DefaultTypeSource.GetTypesWithAttribute method

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Gets all types that has an attribute

public IEnumerable<Type> GetTypesWithAttribute(Type attributeType)
parameter description
attributeType Attribute type

Return Value

Types with that attribute type

See Also