Class HashSetPool<T>
Namespace: Unity.VisualScripting
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> |