Share via


ICharArrayPool.Rent(Int32) Method

Definition

Rents a character array from the pool. This character array must be returned when it is no longer used.

public char[] Rent (int minSize);
abstract member Rent : int -> char[]
Public Function Rent (minSize As Integer) As Char()

Parameters

minSize
Int32

The min required size of the character array.

Returns

Char[]

The character array from the pool.

Applies to