Click or drag to resize

IExport<T> Interface

Encapsulation of an DI exported object with generic metadata.

Namespace: TomsToolbox.Composition
Assembly: TomsToolbox.Composition (in TomsToolbox.Composition.dll) Version: 2.20.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface IExport<out T> : IExport<T, IMetadata>
where T : class

Type Parameters

T
The type of the object.

The IExport<T> type exposes the following members.

Properties
 NameDescription
Public propertyMetadata Gets the metadata.
(Inherited from IExport<T, TMetadata>)
Public propertyValue Gets the value.
(Inherited from IExport<T, TMetadata>)
Top
See Also