Function ArrayPool.Claim
Claim
(int minimumLength)
Returns an array with at least the specified length.
Public
Static
T[] Claim (
int | minimumLength |
Returns an array with at least the specified length.
Warning
Returned arrays may contain arbitrary data. You cannot rely on it being zeroed out.
The returned array will always be a power of two, or zero.