IConventionComposer<TContext, TContribution, TDelegate> Interface

Summary

A composer that allows registration of delegates and interfaces that implement an interface like the delegate Implements the IConvention<TContext>
IConventionComposer
IConvention

Syntax

public interface IConventionComposer<in TContext, TContribution, TDelegate> : 
    IConvention<in TContext>, IConvention
    
    where TContext : IConventionContext where TContribution : IConvention<in TContext> where TDelegate : Delegate

Attributes

Type Description
ObsoleteAttribute

Type Parameters

Name Description
TContext The context type
TContribution The contribution type
TDelegate The delegate Type

Extension Methods

See Also