IAnnotationTypeRegistry.GetAnnotationTypesFor method

namespace: Serenity.Reflection   assemblySerenity.Net.Core

Gets the annotation types for given type.

public IEnumerable<Type> GetAnnotationTypesFor(Type type)
parameter description
type The type.

See Also