MethodInfo.ReturnTypeCustomAttributes Propiedad

Definición

Obtiene los atributos personalizados del tipo de valor devuelto.

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

Valor de propiedad

ICustomAttributeProvider

Objeto ICustomAttributeProvider que representa los atributos personalizados para el tipo de valor devuelto.

Implementaciones

Se aplica a