Click or drag to resize

IExportT Interface

Encapsulation of an DI exported object with generic metadata.

Namespace:  TomsToolbox.Composition
Assembly:  TomsToolbox.Composition (in TomsToolbox.Composition.dll)
Syntax
public interface IExport<out T> : IExport<T, IMetadata>
where T : class

Type Parameters

T
The type of the object.

The IExportT type exposes the following members.

Properties
See Also