IPropertyInfo.GetAttributes<TAttr> method

namespace: Serenity.Reflection   assemblySerenity.Net.Core

Gets the attributes.

public IEnumerable<TAttr> GetAttributes<TAttr>()
    where TAttr : Attribute
parameter description
TAttr The type of the attribute.

See Also