StringBuilderPool.ReusableStringBuilder Struct
- Namespace
- Kampute.DocToolkit.Support
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents a StringBuilder instance that can be returned to the pool.
public readonly struct StringBuilderPool.ReusableStringBuilder : IDisposable- Inheritance
- Implements
Properties
| Builder | Gets the StringBuilder instance. |
Methods
| Dispose() | Releases the StringBuilder back to the pool. |
| ToString() | Returns a string that represents the current object. |
Operators
| Implicit(StringBuilderPool.ReusableStringBuilder) | Implicitly converts the StringBuilderPool.ReusableStringBuilder to a StringBuilder. |
