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

◆ Keys [1/4]

Implements System.Collections.Generic.IDictionary< TKey, TValue >.

Definition at line 513 of file SortedDictionary.cs.

514 {
515 get
516 {
517 if (_keys == null)
518 {
519 _keys = new KeyCollection(this);
520 }
521 return _keys;
522 }
523 }