ElementCollection.GetEnumerator

ElementCollection.GetEnumerator method

Returns an enumerator that iterates through the collection.

public IEnumerator<Element> GetEnumerator()

Return Value

Enumerator of elements.

See Also