MethodInfo.ReturnTypeCustomAttributes Proprietà

Definizione

Ottiene gli attributi personalizzati per il tipo restituito.

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

Valore della proprietà

ICustomAttributeProvider

Oggetto ICustomAttributeProvider che rappresenta gli attributi personalizzati per il tipo restituito.

Implementazioni

Si applica a