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

◆ Keys

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

Implements System.Collections.IDictionary.

Definition at line 136 of file Hashtable.cs.

137 {
138 get
139 {
141 {
142 return _table.Keys;
143 }
144 }
145 }
virtual ICollection Keys
Definition Hashtable.cs:532