Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<(string Key, string Value)> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<(string Key, string Value)> | An enumerator that can be used to iterate through the collection. |