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


In This Topic
    StringBuilderCache Class
    In This Topic
    Provide a cached reusable instance of string builder per thread. It's an optimisation that reduces the number of instances constructed and collected.
    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