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

◆ ValueCollection()

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

Definition at line 75 of file Hashtable.cs.

76 {
77 _hashtable = hashtable;
78 }

References System.Collections.Hashtable.ValueCollection._hashtable.