MethodBuilder.ReturnTypeCustomAttributes プロパティ
メソッドの戻り値の型のカスタム属性を返します。
Overrides Public ReadOnly Property ReturnTypeCustomAttributes As _
ICustomAttributeProvider
[C#]
public override ICustomAttributeProvider ReturnTypeCustomAttributes {get;}
[C++]
public: __property ICustomAttributeProvider*
get_ReturnTypeCustomAttributes();
[JScript]
public override function get ReturnTypeCustomAttributes() :
ICustomAttributeProvider;
プロパティ値
読み取り専用。メソッドの戻り値の型のカスタム属性。
解説
このメソッドは、常に null 参照 (Visual Basic では Nothing) を返します。格納する Type を作成し、 MethodInfo の ReturnTypeCustomAttributes を呼び出した後で、 MethodInfo を取得します。
必要条件
プラットフォーム: 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 名前空間