Method IEnumerable<TValue>.GetEnumerator
IEnumerable<TValue>.GetEnumerator()
Returns an enumerator that iterates through the values in this collection.
Declaration
IEnumerator<TValue> IEnumerable<TValue>.GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<TValue> |