IArrayPool<T> public interface IArrayPool<T> Documentation Code T[] Rent(int minimumLength) void Return(T[] array)