Click or drag to resize
StringBuilderCache Class
See comments at the top of the file. From CoreFX (https://github.com/dotnet/corefx/blob/bffef76f6af208e2042a2f27bc081ee908bb390b/src/Common/src/System/IO/StringBuilderCache.cs), adjusted the max size.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesStringBuilderCache

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static class StringBuilderCache

The StringBuilderCache type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAcquire
Acquires a string builder with the capacity specified. If specified capacity is larger than the one currently cached, the cached one is returned, otherwise a new one is returned.
Public methodStatic memberGetStringAndRelease
Gets the string from the string builder specified and calls release on it
Public methodStatic memberRelease
Releases the specified string builder and assigns it as the cached one
Top
See Also