Interface ICollectionExportFactoryImporter
Interface for importers of a collection of export factories.
Namespace: Kephas.Composition.ExportFactoryImporters
Assembly: Kephas.Core.dll
Syntax
public interface ICollectionExportFactoryImporter
Properties
| Improve this Doc View SourceExportFactories
Gets the export factories.
Declaration
IEnumerable ExportFactories { get; }
Property Value
Type | Description |
---|---|
System.Collections.IEnumerable | The export factories. |