GetEnumerator

NodeCollection.GetEnumerator method

Provides a simple “foreach” style iteration over the collection of nodes.

public IEnumerator<Node> GetEnumerator()

Return Value

An IEnumerator.

See Also