NodeList-1.GetEnumerator

NodeList.GetEnumerator method

Gets the nodes in the collection.

public abstract IEnumerator<T> GetEnumerator()

Return Value

The IEnumerator.

See Also