Method Empty
Empty<T>()
Returns an empty array (返回一个空数组).
public static T[] Empty<T>()
Returns
- T[]
An empty array (一个空数组).
Type Parameters
T
The type of the elements of the array (数组元素的类型).
Returns an empty array (返回一个空数组).
public static T[] Empty<T>()
An empty array (一个空数组).
T
The type of the elements of the array (数组元素的类型).