TypeDelegator.IsArrayImpl メソッド

定義

Typeが配列かどうかを示す値を返します。

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

返品

true Typeが配列の場合は。それ以外の場合はfalse

適用対象