StringBuilderCacheRelease Method |
Releases the specified string builder and add it to the cache, if it's not at capacity already.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public static void Release(
StringBuilder sb
)
Public Shared Sub Release (
sb As StringBuilder
)
Parameters
- sb
- Type: System.TextStringBuilder
The string builder to release.
See Also