IEnumerable<IVariable>
An IEnumerable of all IVariables declared in the state machine.
Retrieves all variables declared in the state machine.
The collection reflects the variables as declared, in their order of creation. To get the variables in a specific order, use StateMachine.GetVariables.
| Parameter | Description |
|---|---|
| sort | The sorting method. |
IEnumerable<IVariable>
An IEnumerable of all IVariables declared in the state machine, ordered using the provided SortMethod.
Retrieves all variables declared in the state machine in a specific order using SortMethod.