Constructor UnsafeStringBuilderPool
UnsafeStringBuilderPool(Int32, Boolean, Int32)
Initializes a new UnsafeStringBuilderPool.
Declaration
public UnsafeStringBuilderPool(int stringBuilderCapacity, bool throwOnOverflow, int maxInstances = 32)
Parameters
Type | Name | Description |
---|---|---|
Int32 | stringBuilderCapacity | Maximal number of characters in the UnsafeStringBuilder in the pool. |
Boolean | throwOnOverflow |
|
Int32 | maxInstances | Maximal number of instances in the pool. The default value is 32. |