M_Cyjb_ArrayUtil_Empty - CYJB/Cyjb GitHub Wiki
返回指定类型的空数组。
Namespace: Cyjb
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6
C#
public static Array Empty(
Type type
)
- type
- Type: System.Type
空数组的元素类型。
Type: Array
指定类型的空数组。