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

◆ Values [1/4]

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

Definition at line 529 of file SortedDictionary.cs.

530 {
531 get
532 {
533 if (_values == null)
534 {
535 _values = new ValueCollection(this);
536 }
537 return _values;
538 }
539 }