Initializes a new instance of the Node class.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)

Syntax

C#
protected internal Node(
	Object item,
	Entity..::.Initialization initialization
)
Visual Basic (Declaration)
Protected Friend Sub New ( _
	item As Object, _
	initialization As Entity..::.Initialization _
)

Parameters

item
Type: System..::.Object
Node item to be wrapped by the Node.
initialization
Type: DlhSoft.Windows.Data..::.Entity..::.Initialization
A method to be called when the Node is inserted into the parent collection.

See Also