Creates a new hash set collection.
Creates a new hash set collection.
public SupportClass.HashSetSupport();
Creates a new hash set collection.
public SupportClass.HashSetSupport(ICollection);
Creates a new hash set with the given capacity.
public SupportClass.HashSetSupport(int);
Creates a new hash set with the given capacity.
public SupportClass.HashSetSupport(int,float);