Method Return
Return(T[])
Declaration
public void Return(T[] array)
Parameters
| Type | Name | Description |
|---|---|---|
| T[] | array |
Implements
Newtonsoft.Json.IArrayPool<T>.Return(T[])
Return(T[], bool)
Declaration
public void Return(T[] array, bool clearArray)
Parameters
| Type | Name | Description |
|---|---|---|
| T[] | array | |
| bool | clearArray |