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()

Source:
StringPool.cs
Source:
StringPool.cs

Initializes a new instance of the StringPool class.

public StringPool();
Public Sub New ()

Applies to

StringPool(Int32)

Source:
StringPool.cs
Source:
StringPool.cs

Initializes a new instance of the StringPool class.

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

Parameters

minimumSize
Int32

The minimum size for the pool to create.

Applies to