StringPool Constructors
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.
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.