Interface IExportFactoryImporter
Interface for importers of an export factory.
Namespace: Kephas.Composition.ExportFactoryImporters
Assembly: Kephas.Core.dll
Syntax
public interface IExportFactoryImporter
Properties
| Improve this Doc View SourceExportFactory
Gets the export factory.
Declaration
object ExportFactory { get; }
Property Value
Type | Description |
---|---|
System.Object | The export factory. |