Method IEnumerable.GetEnumerator
IEnumerable.GetEnumerator()
Returns an enumerator that iterates through a collection.
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.IEnumerator | An IEnumerator object that can be used to iterate through the collection. |
Implements
System.Collections.IEnumerable.GetEnumerator()