SupportClass.HashSetSupport Constructor (Int32, Single)
Creates a new hash set with the given capacity.
public SupportClass.HashSetSupport(
int capacity,
float loadFactor);
Parameters
- capacity
- The initial capacity of the hash set.
- loadFactor
- The load factor of the hash set.
See Also
SupportClass.HashSetSupport Class | (global) Namespace | SupportClass.HashSetSupport Constructor Overload List