TypeDelegator.IsArrayImpl メソッド

定義

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

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

戻り値

Boolean

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

適用対象