IProperty.GetAttributes
Declaration
public IEnumerable<TAttribute> GetAttributes();Возвращаемое значение
IEnumerable<TAttribute> IEnumerable_1 для всех атрибутов данного типа.
Описание
Возвращает все атрибуты заданного типа.
Declaration
public IEnumerable<Attribute> GetAttributes();Возвращаемое значение
IEnumerable<Attribute> IEnumerable_1 для всех атрибутов.
Описание
Возвращает все атрибуты для этого свойства.