TryGetVariable
public bool TryGetVariable(out object value) ;
Get the value of the Variable type.
Parameter Name | Description |
---|---|
value | The value you get. |
Returns true if it succeeds.
public bool TryGetVariable<TVariable>(out TVariable value) ;
Get the value of the Variable type.
Type Parameter Name | Description | Type Constraints |
---|---|---|
TVariable | Variable value type |
Parameter Name | Description |
---|---|
value | The value you get. |
Returns true if it succeeds.