MethodBuilder.ReturnTypeCustomAttributes Vlastnost

Definice

Vrátí vlastní atributy návratového typu metody.

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

Hodnota vlastnosti

Jen pro čtení. Vlastní atributy návratového typu metody.

Poznámky

Tato metoda vždy vrátí null. Získejte po MethodInfo vytvoření a vyvolání ReturnTypeCustomAttributes obsahujícího Type objektu MethodInfona .

Platí pro