Initializes a new instance of the NodeCollection class.

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

Syntax

C#
protected internal NodeCollection(
	NodeManager parentManager
)
Visual Basic (Declaration)
Protected Friend Sub New ( _
	parentManager As NodeManager _
)

Parameters

parentManager
Type: DlhSoft.Windows.Data..::.NodeManager
The parent manager of the collection.

See Also