Click or drag to resize

ExportProvider Constructor

Initializes a new instance of the ExportProvider class.

Namespace:  TomsToolbox.Composition.Ninject
Assembly:  TomsToolbox.Composition.Ninject (in TomsToolbox.Composition.Ninject.dll)
Syntax
public ExportProvider(
	IKernel kernel
)

Parameters

kernel
Type: IKernel
The kernel.
See Also