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