Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetEnumerator() [2/4]

IEnumerator< KeyValuePair< TKey, TValue > > IEnumerable< KeyValuePair< TKey, TValue > >. System.Collections.Generic.SortedDictionary< TKey, TValue >.GetEnumerator ( )
inlineprivate

Implements System.Collections.Generic.IEnumerable< out T >.

Definition at line 729 of file SortedDictionary.cs.

730 {
731 return new Enumerator(this, 1);
732 }