MethodInfo.ReturnTypeCustomAttributes プロパティ

定義

戻り値の型のカスタム属性を取得します。

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

プロパティ値

ICustomAttributeProvider

戻り値の型のカスタム属性を表す ICustomAttributeProvider オブジェクト。

実装

適用対象