Method GetEnumerator
GetEnumerator()
Retrieve an Enumerator with which can be used to iterate through the internal map structure.
Declaration
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<KeyValuePair<string, string>> | Enumerator as a Key/Value pair. |