• DnsClient
  • Readme
  • Api Docs
  • MichaCo.net
This site uses "cookies" - small data files stored locally on your computer - to save information about your preferences when using this site. Learn More.

    Show / Hide Table of Contents

    Class StringBuilderObjectPool

    Inheritance
    Object
    StringBuilderObjectPool
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: DnsClient.Internal
    Assembly: DnsClient.dll
    Syntax
    public class StringBuilderObjectPool

    Constructors

    | Improve this Doc View Source

    StringBuilderObjectPool(Int32, Int32)

    Declaration
    public StringBuilderObjectPool(int initialCapacity = 200, int maxPooledCapacity = 2048)
    Parameters
    Type Name Description
    Int32 initialCapacity
    Int32 maxPooledCapacity

    Properties

    | Improve this Doc View Source

    Default

    Declaration
    public static StringBuilderObjectPool Default { get; }
    Property Value
    Type Description
    StringBuilderObjectPool

    Methods

    | Improve this Doc View Source

    Get()

    Declaration
    public StringBuilder Get()
    Returns
    Type Description
    StringBuilder
    | Improve this Doc View Source

    Return(StringBuilder)

    Declaration
    public void Return(StringBuilder value)
    Parameters
    Type Name Description
    StringBuilder value
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net