[]
Returns an enumerator that iterates through the collection.
public IEnumerator<KeyValuePair<Keys, string>> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of Keys, String))
| Type | Description |
|---|---|
| IEnumerator<KeyValuePair<Keys, string>> | A IEnumerator<T> that can be used to iterate through the collection. |