Skip to content

M_Cyjb_ArrayUtil_Empty

CYJB edited this page Mar 20, 2024 · 13 revisions

ArrayUtil.Empty 方法

返回指定类型的空数组。

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
指定类型的空数组。

参见

Reference

ArrayUtil 类
Cyjb 命名空间

Clone this wiki locally