ArrayPool
(
capacity
, preload
)
|
A constructor that takes a specified
Signature
Meta.WitAi.ArrayPool< TElementType >.ArrayPool(int capacity, int preload=0) Parameters capacity: intpreload: int |
Capacity
: int
[Get] |
The capacity of each array within this pool
Signature
int Meta.WitAi.ArrayPool< TElementType >.Capacity |