| IExportT, TMetadata Interface |
Encapsulation of an DI exported object with metadata.
Namespace: TomsToolbox.CompositionAssembly: 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, out TMetadata>
where T : class
where TMetadata : class
Public Interface IExport(Of Out T As Class, Out TMetadata As Class)
Type Parameters
- T
- The type of the object.
- TMetadata
- The type of the metadata.
The IExportT, TMetadata type exposes the following members.
Properties See Also