Aracılığıyla paylaş


MethodBuilder.ReturnTypeCustomAttributes Özellik

Tanım

Yöntemin dönüş türünün özel özniteliklerini döndürür.

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

Özellik Değeri

Salt okunur. Yöntemin dönüş türünün özel öznitelikleri.

Açıklamalar

Bu yöntem her zaman döndürür null. MethodInfo öğesini içeren Type oluşturulduktan ve üzerinde çağrıldıktan ReturnTypeCustomAttributes sonra değerini MethodInfoalın.

Şunlara uygulanır