次の方法で共有


ConstructorBuilder.ReturnType プロパティ

このコンストラクタの戻り値の型を取得します。

Public ReadOnly Property ReturnType As Type
[C#]
public Type ReturnType {get;}
[C++]
public: __property Type* get_ReturnType();
[JScript]
public function get ReturnType() : Type;

プロパティ値

このコンストラクタの戻り値の型を返します。これは常に 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 ファミリ

参照

ConstructorBuilder クラス | ConstructorBuilder メンバ | System.Reflection.Emit 名前空間