Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the CharArrayMap<TValue>.
Declaration
public virtual IEnumerator<KeyValuePair<string, TValue>> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String, TValue>> |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()