Class ArrayPool<T>
Namespace: Ludiq
Syntax
public static class ArrayPool<T>
  Type Parameters
| Name | Description | 
|---|---|
| T | 
Methods
Free(T[])
Declaration
public static void Free(T[] array)
  Parameters
| Type | Name | Description | 
|---|---|---|
| T[] | array | 
New(Int32)
Declaration
public static T[] New(int length)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | length | 
Returns
| Type | Description | 
|---|---|
| T[] |