MethodBuilder.ReturnTypeCustomAttributes プロパティ

定義

メソッドの戻り値の型のカスタム属性を返します。

public:
 virtual property System::Reflection::ICustomAttributeProvider ^ ReturnTypeCustomAttributes { System::Reflection::ICustomAttributeProvider ^ get(); };
public override System.Reflection.ICustomAttributeProvider ReturnTypeCustomAttributes { get; }
member this.ReturnTypeCustomAttributes : System.Reflection.ICustomAttributeProvider
Public Overrides ReadOnly Property ReturnTypeCustomAttributes As ICustomAttributeProvider

プロパティ値

ICustomAttributeProvider

読み取り専用です。 メソッドの戻り値の型のカスタム属性。

注釈

このメソッドは常に null を返します。 を格納 MethodInfo している が 作成され、 Type で呼び出された後に を ReturnTypeCustomAttributes 取得します MethodInfo

適用対象