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 |
---|
IEnumerator<TValue> |