IConventionProvider.

Get<TContribution, TDelegate>(HostType) Method

Summary

Gets this instance. filtered by host type

Syntax

IEnumerable<DelegateOrConvention> Get<TContribution, TDelegate>(HostType hostType = 0) 
    where TContribution : IConvention where TDelegate : Delegate

Type Parameters

Name Description
TContribution The type of the contribution.
TDelegate The type of the delegate.

Parameters

Name Type Description
hostType HostType The host type.

Return Value

Type Description
IEnumerable<DelegateOrConvention>