ITypeSource.GetTypesWithAttribute method
namespace: Serenity.Abstractions assembly: Serenity.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
- interface ITypeSource