Click or drag to resize
StringXStringBuilderScope Structure
A simple disposable struct that can be used in conjunction with the "using" keyword to retrieve a pooled StringBuilder.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public struct StringBuilderScope : IDisposable

The StringXStringBuilderScope type exposes the following members.

Properties
  NameDescription
Public propertyStringBuilder
Gets the string builder.
Top
Methods
  NameDescription
Public methodDispose
Releases all resource used by the StringXStringBuilderScope object.
Top
See Also