GetEnumerator

CompositeNode.GetEnumerator method

Provides support for the for each style iteration over the child nodes of this node.

public IEnumerator<Node> GetEnumerator()

See Also