BasicConventionScanner.

BasicConventionScanner(IServiceProvider, IConvention[]) Constructor

Summary

The default constructor

Syntax

public BasicConventionScanner(IServiceProvider serviceProvider, params IConvention[] conventions)

Parameters

Name Type Description
serviceProvider IServiceProvider The service provider (generally a ServiceProviderDictionary)
conventions IConvention[] The initial list of conventions

Return Value

Type Description
void