ICharArrayPool.Rent(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.