TypeDelegator.HasElementTypeImpl メソッド
現在の Type が別の型を包含または参照しているかどうか、つまり現在の Type が配列、ポインタ、または ByRef かどうかを示す値を取得します。
Overrides Protected Function HasElementTypeImpl() As Boolean
[C#]
protected override bool HasElementTypeImpl();
[C++]
protected: bool HasElementTypeImpl();
[JScript]
protected override function HasElementTypeImpl() : Boolean;
戻り値
Type が配列、ポインタ、または ByRef である場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
TypeDelegator クラス | TypeDelegator メンバ | System.Reflection 名前空間