TryGetVariableList

TryGetVariableList(out object)

public bool TryGetVariableList(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.

TryGetVariableList<TVariable>(out IList<TVariable>)

public bool TryGetVariableList<TVariable>(out IList<TVariable> value) ;

Description

Get the value of the VariableList 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.