Initializes a new instance of the NodeManager class.
The initial values of the data member properties are set to appropriate property paths for using NodeItem objects.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)
Syntax
| C# |
|---|
public NodeManager( IEnumerable items ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ items As IEnumerable _ ) |
Parameters
- items
- Type: System.Collections..::.IEnumerable
Collection of node items to be managed.