WrappedProperty.GetAttributes<TAttr> method
namespace: Serenity.Reflection assembly: Serenity.Net.Core
Gets the attributes.
public IEnumerable<TAttr> GetAttributes<TAttr>()
where TAttr : Attribute
| parameter | description |
|---|---|
| TAttr | The type of the attribute. |
See Also
- class TAttr
- class WrappedProperty