Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / StringBuilderCache Class
Members


In This Topic
    StringBuilderCache Class
    In This Topic
    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
    public static class StringBuilderCache 
    Inheritance Hierarchy

    System.Object
       GrapeCity.CalcEngine.StringBuilderCache

    See Also