Struct StringBuilderScope
Represents a scope in which a cached Builder instance is retrieved and released back to the cache.
public readonly struct StringBuilderScope : IDisposable
- Implements
- Inherited Members
Properties
Methods
- Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
- ToString()
Returns the string value of the Builder instance
Operators
- implicit operator StringBuilder(in StringBuilderScope)
Operator to implicitly convert the StringBuilderScope instance to a Builder for use in code that expects a Builder.