Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / StringBuilderCache Class
Members


StringBuilderCache Class
Provide a cached reusable instance of stringbuilder per thread. It's an optimisation that reduces the number of instances constructed and collected. This is a %[LangWord]static class% and so cannot be inherited or instantiated.
Syntax
'Declaration
 
Public MustInherit NotInheritable Class StringBuilderCache 
 
'Usage
 
Dim instance As StringBuilderCache
Inheritance Hierarchy

System.Object
   GrapeCity.CalcEngine.StringBuilderCache

See Also