Composer.

Register(IConventionScanner, IConventionContext, Type[]) Method

Summary

Executes the register.

Syntax

public static void Register(IConventionScanner scanner, IConventionContext context, params Type[] types)

Parameters

Name Type Description
scanner IConventionScanner The scanner.
context IConventionContext The context.
types Type[] The types.

Return Value

Type Description
void