Search Results for

    Show / Hide Table of Contents

    Class EmptyArray<T>

    Exposes an empty array.

    Inheritance
    object
    EmptyArray<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Collections
    Assembly: Flame.dll
    Syntax
    public static class EmptyArray<T>
    Type Parameters
    Name Description
    T

    Fields

    | Edit this page View Source

    Value

    Gets an empty array.

    Declaration
    public static readonly T[] Value
    Field Value
    Type Description
    T[]
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX