ConventionComposer<TContext, TContribution, TDelegate>.

Register(TContext) Method

Summary

Registers the specified context.

Syntax

public void Register(TContext context)

Parameters

Name Type Description
context TContext The context.

Return Value

Type Description
void