Show / Hide Table of Contents

    Class EmptyArray<T>

    Exposes an empty array.

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

    Fields

    | Improve this Doc View Source

    Value

    Gets an empty array.

    Declaration
    public static readonly T[] Value
    Field Value
    Type Description
    T[]
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX