Click or drag to resize

ExportAdapterT Class

Adapter for a delegate implementation of the IExportT interface.
Inheritance Hierarchy
SystemObject
  TomsToolbox.CompositionExportAdapterT, IMetadata
    TomsToolbox.CompositionExportAdapterT

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 class ExportAdapter<T> : ExportAdapter<T, IMetadata>, 
	IExport<T>, IExport<T, IMetadata>
where T : class

Type Parameters

T

The ExportAdapterT type exposes the following members.

Constructors
 NameDescription
Public methodExportAdapterTInitializes a new instance of the ExportAdapterT class.
Top
Extension Methods
 NameDescription
Public Extension MethodSafeCastT Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions)
Top
See Also