Udostępnij za pośrednictwem


MethodBuilder.ReturnTypeCustomAttributes Właściwość

Definicja

Zwraca atrybuty niestandardowe typu zwracanego 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

Wartość właściwości

Tylko do odczytu. Atrybuty niestandardowe typu zwracanego metody.

Uwagi

Ta metoda zawsze zwraca wartość null. Pobierz element MethodInfo po utworzeniu pliku zawierającego Type i wywołany w elemecie ReturnTypeCustomAttributesMethodInfo.

Dotyczy