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

◆ GetKeyList()

virtual IList System.Collections.SortedList.GetKeyList ( )
inlinevirtual

Reimplemented in System.Collections.SortedList.SyncSortedList.

Definition at line 833 of file SortedList.cs.

834 {
835 if (keyList == null)
836 {
837 keyList = new KeyList(this);
838 }
839 return keyList;
840 }

References System.Collections.SortedList.keyList.

Referenced by System.Collections.SortedList.SyncSortedList.GetKeyList().