PropertyInfoSource.GetAttributes<TAttribute> method

namespace: Serenity.PropertyGrid   assemblySerenity.Net.Entity

Gets the attributes.

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

See Also