ElementList.GetEnumerator

ElementList.GetEnumerator method

Gets an enumerator that iterates through the collection of elements.

public abstract IEnumerator<Element> GetEnumerator()

Return Value

An enumerator used to iterate through the collection of elements.

See Also