NodeList-1.GetEnumerator

NodeList<T>.GetEnumerator method

Gets the nodes in the collection.

public abstract IEnumerator<T> GetEnumerator()

Return Value

The IEnumerator.

See Also