Method IEnumerable.GetEnumerator
IEnumerable.GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator | An enumerator that iterates through the collection. |
Implements
System.Collections.IEnumerable.GetEnumerator()