Click or drag to resize
Json.NET

IArrayPoolT Methods

 

The IArrayPoolT generic type exposes the following members.

Methods
  NameDescription
Public methodRent
Rent an array from the pool. This array must be returned when it is no longer needed.
Public methodReturn
Return an array to the pool.
Top
See Also