Method IEnumerable<KeyValuePair<TLeft, TRight>>.GetEnumerator
IEnumerable<KeyValuePair<TLeft, TRight>>.GetEnumerator()
Returns an enumerator that iterates through the left and right value pairs.
Declaration
IEnumerator<KeyValuePair<TLeft, TRight>> IEnumerable<KeyValuePair<TLeft, TRight>>.GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<KeyValuePair<TLeft, TRight>> |