Click or drag to resize
AkCommonToArray Method (Object)
对象数组。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static Object[] ToArray(
	params Object[] a
)

Parameters

a
Type: SystemObject
变长对象数组。

Return Value

Type: Object
对象数组。
See Also