Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the key/value pairs in the dictionary.
Declaration
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<KeyValuePair<TKey, TValue>> |