Click or drag to resize

IExportT, TMetadata Interface

Encapsulation of an DI exported object with metadata.

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

Type Parameters

T
The type of the object.
TMetadata
The type of the metadata.

The IExportT, TMetadata type exposes the following members.

Properties
  NameDescription
Public propertyMetadata
Gets the metadata.
Public propertyValue
Gets the value.
Top
See Also