ICharArrayPool Interface
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.
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. |