IAnnotationTypeRegistry.GetAnnotationTypesFor method
namespace: Serenity.Reflection assembly: Serenity.Net.Core
Gets the annotation types for given type.
public IEnumerable<Type> GetAnnotationTypesFor(Type type)
| parameter | description |
|---|---|
| type | The type. |
See Also
- interface IAnnotationTypeRegistry