Initializes a new instance of the BuilderTypeExtension class.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public BuilderTypeExtension(
	Type builderType
)
Visual Basic (Declaration)
Public Sub New ( _
	builderType As Type _
)

Parameters

builderType
Type: System..::.Type
The type of IDiagramNodeBuilder.

See Also