Summary
Gets this instance. filtered by host type
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Containing Type
- IConventionProvider
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 |
