BasicConventionScanner.

ExceptConvention(IEnumerable<Assembly>) Method

Summary

Adds an exception to the scanner to exclude a specific type

Syntax

public IConventionScanner ExceptConvention(IEnumerable<Assembly> assemblies)

Parameters

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

Return Value

Type Description
IConventionScanner IConventionScanner.