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

◆ KeyCollection()

System.Collections.Hashtable.KeyCollection.KeyCollection ( Hashtable hashtable)
inlinepackage

Definition at line 33 of file Hashtable.cs.

34 {
35 _hashtable = hashtable;
36 }

References System.Collections.Hashtable.KeyCollection._hashtable.