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