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

プロパティ値

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

注釈

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

適用対象