Interface IExport<T, TMetadata>
Contract for a handle allowing the graph of parts associated with an exported instance to be released.
Namespace: Kephas.Composition
Assembly: Kephas.Core.dll
Syntax
public interface IExport<out T, out TMetadata> : IExport<T>, IExport, IDisposable
Type Parameters
Name | Description |
---|---|
T | The contract type of the created parts. |
TMetadata | Type of the metadata. |
Properties
| Improve this Doc View SourceMetadata
Gets the metadata.
Declaration
TMetadata Metadata { get; }
Property Value
Type | Description |
---|---|
TMetadata | The metadata. |