Composer.

Register<TContext, TContribution, TDelegate>(IConventionScanner, IConventionContext) Method

Summary

Executes the register.

Syntax

public static void Register<TContext, TContribution, TDelegate>(IConventionScanner scanner, IConventionContext context) 
    where TContext : IConventionContext where TContribution : IConvention<TContext> where TDelegate : Delegate

Type Parameters

Name Description
TContext
TContribution
TDelegate

Parameters

Name Type Description
scanner IConventionScanner The provider.
context IConventionContext The context.

Return Value

Type Description
void