IndirectAttributeVariable<System.String>.IndirectAttributeVariable<System::String> Constructors
Initializes a new instance of the IndirectAttributeVariable<System.String> class.
Overload List
Name | Description | |
---|---|---|
Public method | IndirectAttributeVariable | Initializes a new instance of the IndirectAttributeVariable<System.String> that returns the value of the specified attribute. |
Public method | IndirectAttributeVariable | Initializes a new instance of the IndirectAttributeVariable<System.String> that returns the value of the specified attribute or the specified default value if the attribute is missing or is of the wrong type. |
IndirectAttributeVariable(Atom key)
Initializes a new instance of the IndirectAttributeVariable<System.String> that returns the value of the specified attribute. Syntax
public IndirectAttributeVariable<System::String> (
Atom key
)
Parameters
key
Type: Atom
An atom that specifies which attribute value is returned.
An atom that specifies which attribute value is returned.
IndirectAttributeVariable(Atom key, System.String defaultValue)
Initializes a new instance of the IndirectAttributeVariable<System.String> that returns the value of the specified attribute
or the specified default value if the attribute is missing or is of the wrong type. Syntax
public IndirectAttributeVariable<System::String> (
Atom key,
System.String defaultValue
)
Parameters
key
Type: Atom
An atom that specifies which attribute value is returned.
An atom that specifies which attribute value is returned.
defaultValue
Type: System.String
The value that is returned if the attribute value specified by key is not present, or is of the wrong type and could not be converted to the correct return type.
The value that is returned if the attribute value specified by key is not present, or is of the wrong type and could not be converted to the correct return type.
Platforms
Windows, Linux, Android