IConventionBuilder<TBuilder, TConvention, TDelegate> Interface

Summary

IConventionBuilder Implements the IConventionContainer<TBuilder, TConvention, TDelegate>
IConventionBuilder
IConventionContainer

Syntax

public interface IConventionBuilder<out TBuilder, in TConvention, in TDelegate> : 
    IConventionContainer<out TBuilder, in TConvention, in TDelegate>
    
    where TBuilder : IConventionBuilder<out TBuilder, in TConvention, in TDelegate> where TConvention : IConvention where TDelegate : Delegate

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
TBuilder The type of the t builder.
TConvention The type of the t convention.
TDelegate The type of the t delegate.

Properties

Name Value Summary
AssemblyCandidateFinder IAssemblyCandidateFinder
Gets the assembly candidate finder.
AssemblyProvider IAssemblyProvider
Gets the assembly provider.

Extension Methods

See Also