ConstructorInfoWrapper.GetCustomAttributesData Yöntem

Tanım

Bu yönteme uygulanmış olan özniteliklerin verilerini alır.

public:
 override System::Collections::Generic::IList<System::Reflection::CustomAttributeData ^> ^ GetCustomAttributesData();
public override System.Collections.Generic.IList<System.Reflection.CustomAttributeData> GetCustomAttributesData ();
override this.GetCustomAttributesData : unit -> System.Collections.Generic.IList<System.Reflection.CustomAttributeData>
Public Overrides Function GetCustomAttributesData () As IList(Of CustomAttributeData)

Döndürülenler

IList<CustomAttributeData>

IList<T> döndürür.

Şunlara uygulanır