MethodBuilder.ReturnType プロパティ
このメソッドの戻り値の型を取得します。
Overrides Public ReadOnly Property ReturnType As Type
[C#]
public override Type ReturnType {get;}
[C++]
public: __property Type* get_ReturnType();
[JScript]
public override function get ReturnType() : Type;
プロパティ値
読み取り専用。このメソッドが返すオブジェクトの型。戻り値の型に null 参照 (Visual Basic では Nothing) を指定して MethodBuilder を定義すると、メソッドは void を返すように定義されます。ただし、 ReturnType は null 参照 (Nothing) を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
MethodBuilder クラス | MethodBuilder メンバ | System.Reflection.Emit 名前空間