TypeDelegator.GetElementType メソッド
現在の配列、ポインタ、または ByRef によって包含または参照されるオブジェクトの Type を返します。
Overrides Public Function GetElementType() As Type
[C#]
public override Type GetElementType();
[C++]
public: Type* GetElementType();
[JScript]
public override function GetElementType() : Type;
戻り値
現在の配列、ポインタ、または ByRef によって包含または参照されるオブジェクトの Type 。現在の Type が配列、ポインタ、または ByRef でない場合は null 参照 (Visual Basic では Nothing) 。
必要条件
プラットフォーム: 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 名前空間