Goods.IdentityHashtable.IdentityHashtable Function
Constructs a new, empty IdentityHashtable with the specified initial capacity and the specified load factor.
Public void IdentityHashtable (int, float)
Type
Name
Description
int
initialCapacity
the initial capacity of the Hashtable.
float
loadFactor
a number between 0.0 and 1.0.
Return
Description
void
Other overloads:
Goods.IdentityHashtable.#ctor(2) Goods.IdentityHashtable.#ctor()