Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Hashtable()
[8/17]
System.Collections.Hashtable.Hashtable
(
int
capacity
,
IHashCodeProvider
?
hcp
,
IComparer
?
comparer
)
inline
Definition at line
594
of file
Hashtable.cs
.
595
:
this
(
capacity
, 1f,
hcp
,
comparer
)
596
{
597
}
System.Collections.Hashtable.hcp
IHashCodeProvider? hcp
Definition
Hashtable.cs:417
System.Collections.Hashtable.comparer
IComparer? comparer
Definition
Hashtable.cs:448
System.ExceptionArgument.capacity
@ capacity
System
Collections
Hashtable
Generated by
1.10.0