GetVariable
GetVariable<TVariable>(TVariable)
public TVariable GetVariable<TVariable>(TVariable defaultValue) ;
Description
Get Variable value
Type Parameters
| Type Parameter Name | Description | Type Constraints | 
|---|---|---|
| TVariable | Variable value type | 
Parameters
| Parameter Name | Description | 
|---|---|
| defaultValue | Default value. Returned if acquisition failed. | 
Returns
Value of Variable. If acquisition fails, it returns defaultValue.