Class EmptyArray<T>
NET 4.5 compatible Array.Empty.
public static class EmptyArray<T>
Type Parameters
T
- Inheritance
-
EmptyArray<T>
- Inherited Members
Properties
Instance
An empty array.
public static T[] Instance { get; }
Property Value
- T[]