PooledStringBuilder Class
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.
The usage is: var inst = PooledStringBuilder.GetInstance(); var sb = inst.builder; ... Do Stuff... ... sb.ToString() ... inst.Free();
public ref class PooledStringBuilder
public class PooledStringBuilder
type PooledStringBuilder = class
Public Class PooledStringBuilder
- Inheritance
-
PooledStringBuilder
Fields
Builder |
Properties
Length |
Methods
CreatePool(Int32) |
If someone need to create a private pool |
Free() | |
GetInstance() | |
ToString() | |
ToStringAndFree() | |
ToStringAndFree(Int32, Int32) |
Operators
Implicit(PooledStringBuilder to StringBuilder) |