Get an enumerator for the dictionary.
[C#] DictAtom.Enumerator GetEnumerator()
DictAtom.Enumerator GetEnumerator()
Get an KeyValuePair<string, Atom> enumerator for the dictionary.
DictAtom.Enumerator is a value type that implements IEnumerator<KeyValuePair<string, Atom>> and IDictionaryEnumerator.
None.