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)
Syntax
public ExportProviderAdapter(
	CompositionContext context
)

Parameters

context
Type: CompositionContext
The context providing the exports.
See Also