Click or drag to resize
StringXStringBuilderScopeDispose Method

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
Remarks
Call Dispose when you are finished using the StringXStringBuilderScope. The Dispose method leaves the StringXStringBuilderScope in an unusable state. After calling Dispose, you must release all references to the StringXStringBuilderScope so the garbage collector can reclaim the memory that the StringXStringBuilderScope was occupying.
See Also