Edit

Share via


StringPool Constructors

Definition

Overloads

StringPool()

Initializes a new instance of the StringPool class.

StringPool(Int32)

Initializes a new instance of the StringPool class.

StringPool()

Initializes a new instance of the StringPool class.

public StringPool ();
Public Sub New ()

Applies to

StringPool(Int32)

Initializes a new instance of the StringPool class.

public StringPool (int minimumSize);
new Microsoft.Toolkit.HighPerformance.Buffers.StringPool : int -> Microsoft.Toolkit.HighPerformance.Buffers.StringPool
Public Sub New (minimumSize As Integer)

Parameters

minimumSize
Int32

The minimum size for the pool to create.

Applies to