Interface ICollectionExportFactoryImporter<TService>
Generic service contract for importers of a collection of export factories.
Namespace: Kephas.Composition.ExportFactoryImporters
Assembly: Kephas.Core.dll
Syntax
[AppServiceContract(AsOpenGeneric = true)]
public interface ICollectionExportFactoryImporter<out TService> : ICollectionExportFactoryImporter
Type Parameters
| Name | Description |
|---|---|
| TService | Type of the service. |
Properties
| Improve this Doc View SourceExportFactories
Gets the export factories.
Declaration
IEnumerable<IExportFactory<TService>> ExportFactories { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<IExportFactory<TService>> | The export factories. |