StringBuilderPool.ReusableStringBuilder.Builder Property
- Namespace
- Kampute.DocToolkit.Support
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the StringBuilder instance.
public StringBuilder Builder { get; }Property Value
- StringBuilder
- The StringBuilder instance.
Exceptions
- ObjectDisposedException
- Thrown when the instance has been disposed.
