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

◆ GetEnumerator() [4/4]

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

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

Definition at line 823 of file SortedDictionary.cs.

824 {
825 return new Enumerator(this, 1);
826 }