IEnumerable<INode>
An IEnumerable
of all INodes in the graph.
Retrieves all nodes in the graph.
Use this method to access every node in the graph. Nodes are returned in the order they were created. The list includes: Your own NodesContextNodesIVariableNodesIConstantNodesISubgraphNodes It excludes BlockNodes, which are only accessible through their parent ContextNode.