Module.CustomAttributes Свойство
Определение
Получает коллекцию, содержащая пользовательские атрибуты этого модуля.Gets a collection that contains this module's custom attributes.
public:
virtual property System::Collections::Generic::IEnumerable<System::Reflection::CustomAttributeData ^> ^ CustomAttributes { System::Collections::Generic::IEnumerable<System::Reflection::CustomAttributeData ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<System.Reflection.CustomAttributeData> CustomAttributes { get; }
member this.CustomAttributes : seq<System.Reflection.CustomAttributeData>
Public Overridable ReadOnly Property CustomAttributes As IEnumerable(Of CustomAttributeData)
Значение свойства
Коллекция, содержащая пользовательские атрибуты этого модуля.A collection that contains this module's custom attributes.