TypeBuilder.IsArrayImpl 方法

定义

在派生类中重写时,实现 IsArray 属性并确定 Type 是否为数组。

protected:
 override bool IsArrayImpl();
protected override bool IsArrayImpl();
override this.IsArrayImpl : unit -> bool
Protected Overrides Function IsArrayImpl () As Boolean

返回

如果为数组,则为 ;否则为 < a1/ >。

适用于