IEnumerable<IVariable>
An IEnumerable
of all IVariables declared in the graph.
Retrieves all variables declared in the graph.
Use this method to enumerate all IVariables declared in the graph. This list does not include variable nodes that reference variables. The collection reflects the variables as declared, in their order of creation.