IConventionScanner.

ExceptConvention(IEnumerable<Type>) Method

Summary

Adds an exception to the scanner to exclude a specific type

Syntax

IConventionScanner ExceptConvention(IEnumerable<Type> types)

Parameters

Name Type Description
types IEnumerable<Type> The convention types to exclude.

Return Value

Type Description
IConventionScanner IConventionScanner.