IConventionContainer<TBuilder, TConvention, TDelegate>.

PrependConvention(IEnumerable<TConvention>) Method

Summary

Adds a set of conventions to the scanner

Syntax

TBuilder PrependConvention(IEnumerable<in TConvention> conventions)

Parameters

Name Type Description
conventions IEnumerable<TConvention> The conventions.

Return Value

Type Description
TBuilder TBuilder.