ArrayPool<T>
Provides a resource pool that enables reusing instances of type ].
Gets a shared ArrayPool<T> instance.
protected ArrayPool()
Initializes a new instance of the ArrayPool<T> class.
Creates a new instance of the ArrayPool<T> class.
Creates a new instance of the ArrayPool<T> class using the specifed configuration.
Retrieves a buffer that is at least the requested length.
Returns an array to the pool that was previously obtained using the Rent method on the same ArrayPool<T> instance.