 | StringXStringBuilderScope Structure |
A simple disposable struct that can be used in conjunction with the "using" keyword to retrieve a pooled
StringBuilder.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic struct StringBuilderScope : IDisposable
The StringXStringBuilderScope type exposes the following members.
Properties
Methods|
| Name | Description |
|---|
 | Dispose |
Releases all resource used by the StringXStringBuilderScope object.
|
Top
See Also