Returns an enumerator that iterates through the DictElement.
[C#] virtual Enumerator GetEnumerator() [Visual Basic] Overridable Function GetEnumerator() As Enumerator
virtual Enumerator GetEnumerator()
Overridable Function GetEnumerator() As Enumerator
Get a KeyValuePair<string, T> enumerator for the dictionary.
DictAtom.Enumerator is a value type that implements IEnumerator<KeyValuePair<string, T>> and IDictionaryEnumerator.