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 SourceValue
Gets an empty array.
Declaration
public static readonly T[] Value
Field Value
Type | Description |
---|---|
T[] |