Method Empty
Empty<T>()
Returns an empty array.
Declaration
public static T[] Empty<T>()
Returns
Type | Description |
---|---|
T[] | An empty array. |
Type Parameters
Name | Description |
---|---|
T | The type of the elements of the array. |