Interface IArrayPool<T>
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public interface IArrayPool<T>
Type Parameters
T
|
Methods
Rent(Int32)
Return(T[])
Declaration
public void Return (T[] array);
Parameters
T[]
array
|