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

適用対象