StringBuilderPool.ReusableStringBuilder Class

Namespace
Kampute.DocToolkit.Support
Assembly
  • Kampute.DocToolkit.dll

Definition

Represents a StringBuilder instance that can be returned to the pool.
public sealed class StringBuilderPool.ReusableStringBuilder : IDisposable
Inheritance
  • object
  • StringBuilderPool.ReusableStringBuilder
Implements

Properties

BuilderGets 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.