AnnotationTypeExtensions.GetAnnotatedType method

namespace: Serenity.Reflection   assemblySerenity.Net.Core

Gets the annotated type information for given type.

public static IAnnotatedType GetAnnotatedType(this IEnumerable<Type> annotationTypes)
parameter description
annotationTypes Annotation types

Return Value

Annotated type information

See Also