======Свойство MemberInfo.CustomAttributes====== Возвращает коллекцию, которая содержит настраиваемые атрибуты этого элемента. * **Пространство имен:** [[developers:references:system.reflection|System.Reflection]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public IEnumerable CustomAttributes { get; } **Значение свойства** * Тип: [[developers:references:system.collections.generic.ienumerable_1|System.Collections.Generic.IEnumerable]]<[[developers:references:system.reflection.customattributedata|System.Reflection.CustomAttributeData]]>