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

◆ GetEnumerator() [1/4]

Enumerator System.Collections.Generic.SortedDictionary< TKey, TValue >.GetEnumerator ( )
inline

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

Definition at line 724 of file SortedDictionary.cs.

725 {
726 return new Enumerator(this, 1);
727 }