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