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

◆ GetEnumerator() [1/2]

IEnumerator IEnumerable. System.Collections.SortedList.GetEnumerator ( )
inlineprivate

Implements System.Collections.IDictionary.

Definition at line 814 of file SortedList.cs.

815 {
816 return new SortedListEnumerator(this, 0, _size, 3);
817 }

References System.Collections.SortedList._size.

Referenced by System.Collections.SortedList.SyncSortedList.GetEnumerator(), and System.Net.PathList.GetEnumerator().