Share via


ArrayWrapper.GetType 方法

定义

获取数组的类型。

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

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

返回

ArrayArrayObject 的类型。

适用于