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