MethodBuilder.ReturnTypeCustomAttributes Proprietà

Definizione

Restituisce gli attributi personalizzati del tipo restituito del metodo.

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

Valore della proprietà

Di sola lettura. Attributi personalizzati del tipo restituito del metodo.

Commenti

Questo metodo restituisce sempre null. Ottenere l'oggetto dopo che l'oggetto MethodInfo contenitore Type è stato creato e richiamato ReturnTypeCustomAttributes su MethodInfo.

Si applica a