Method Get
Get<T>(string, string)
Declaration
ScriptVariable<T> Get<T>(string auraPath, string variableName)
Parameters
Type | Name | Description |
---|---|---|
string | auraPath | |
string | variableName |
Returns
Type | Description |
---|---|
ScriptVariable<T> |
Type Parameters
Name | Description |
---|---|
T |
Get<T>(IHasVariables, string)
Declaration
ScriptVariable<T> Get<T>(IHasVariables source, string variableName)
Parameters
Type | Name | Description |
---|---|---|
IHasVariables | source | |
string | variableName |
Returns
Type | Description |
---|---|
ScriptVariable<T> |
Type Parameters
Name | Description |
---|---|
T |