Initializes a new instance of the NodeManager class using simple data management mode.

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

Syntax

C#
public NodeManager(
	IEnumerable<SimpleNodeItem> simpleNodeItems
)
Visual Basic (Declaration)
Public Sub New ( _
	simpleNodeItems As IEnumerable(Of SimpleNodeItem) _
)

Parameters

simpleNodeItems
Type: System.Collections.Generic..::.IEnumerable<(Of <(SimpleNodeItem>)>)
Item definitions representing nodes to be initially added to the collection.

See Also