Class HashSetPool<T>
Namespace: Ludiq
Syntax
public static class HashSetPool<T>
  Type Parameters
| Name | Description | 
|---|---|
| T | 
Methods
Free(HashSet<T>)
Declaration
public static void Free(HashSet<T> hashSet)
  Parameters
| Type | Name | Description | 
|---|---|---|
| HashSet<T> | hashSet | 
New()
Declaration
public static HashSet<T> New()
  Returns
| Type | Description | 
|---|---|
| HashSet<T> |