IProperty.GetAttributes

Declaration

public IEnumerable<TAttribute> GetAttributes();

Returns

IEnumerable<TAttribute> An IEnumerable_1 for all attributes of the given type.

Description

Returns all attribute of the given type.


Declaration

public IEnumerable<Attribute> GetAttributes();

Returns

IEnumerable<Attribute> An IEnumerable_1 for all attributes.

Description

Returns all attribute for this property.


Did you find this page useful? Please give it a rating: