ArrayWrapper.GetType 方法

定义

获取数组的类型。Gets the type of the array.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 Type ^ GetType();
public Type GetType ();
override this.GetType : unit -> Type
Public Function GetType () As Type

返回

Type

ArrayArrayObject 的类型。The type of Array or ArrayObject.

适用于