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

◆ Hashtable() [6/17]

System.Collections.Hashtable.Hashtable ( IHashCodeProvider? hcp,
IComparer? comparer )
inline

Definition at line 583 of file Hashtable.cs.

584 : this(0, 1f, hcp, comparer)
585 {
586 }
IHashCodeProvider? hcp
Definition Hashtable.cs:417