Initialises a new instance of the ObjectWrapper<(Of <(T>)>) class.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ObjectWrapper(
	Node property,
	bool editable
)
Visual Basic (Declaration)
Public Sub New ( _
	property As Node, _
	editable As Boolean _
)

Parameters

property
Type: Mindscape.WpfPropertyGrid..::.Node
The property whose value is to be accessed through the wrapper.
editable
Type: System..::.Boolean
Whether the value can be modified.

See Also