TypeBuilder.IsArrayImpl 方法

定义

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

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

返回

如果 true 是数组,则为 Type;否则为 false

适用于