Click or drag to resize

ExportProviderAdapter Constructor

Initializes a new instance of the ExportProviderAdapter class.

Namespace: TomsToolbox.Composition.Mef2
Assembly: TomsToolbox.Composition.Mef2 (in TomsToolbox.Composition.Mef2.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public ExportProviderAdapter(
	CompositionContext context
)

Parameters

context  CompositionContext
The context providing the exports.
See Also