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

◆ Values

override ICollection System.Collections.Hashtable.SyncHashtable.Values
get

Implements System.Collections.IDictionary.

Definition at line 147 of file Hashtable.cs.

148 {
149 get
150 {
152 {
153 return _table.Values;
154 }
155 }
156 }
virtual ICollection Values
Definition Hashtable.cs:534