Share via


ICharArrayPool Interface

Definition

Provides an interface for using character arrays.

public interface ICharArrayPool
type ICharArrayPool = interface
Public Interface ICharArrayPool

Methods

Rent(Int32)

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

Return(Char[])

Returns a character array to the pool.

Applies to