logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class PerformanceConstants.Buffers

    Buffer and capacity constants

    Inheritance
    object
    PerformanceConstants.Buffers
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Shared.Constants
    Assembly: Serenity.Shared.dll
    Syntax
    public static class PerformanceConstants.Buffers

    Fields

    ARRAY_INITIAL_SIZE

    Declaration
    public const int ARRAY_INITIAL_SIZE = 10
    Field Value
    Type Description
    int

    DEFAULT_LIST_CAPACITY

    Declaration
    public const int DEFAULT_LIST_CAPACITY = 64
    Field Value
    Type Description
    int

    MAX_SIMPLE_KEY_LENGTH

    Declaration
    public const int MAX_SIMPLE_KEY_LENGTH = 1024
    Field Value
    Type Description
    int

    YAML_BUFFER_SIZE

    Declaration
    public const int YAML_BUFFER_SIZE = 1024
    Field Value
    Type Description
    int
    In this article
    © 2026 Serenity. All Rights Reserved