Click or drag to resize

ImportExtension Constructor

Initializes a new instance of the ImportExtension class.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public ImportExtension(
	Type memberType
)

Parameters

memberType
Type: SystemType
Type of the member to provide.
See Also