Adds a node to the end of the managed collection.

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

Syntax

C#
public Node Add(
	SimpleNodeItem simpleNodeItem
)
Visual Basic (Declaration)
Public Function Add ( _
	simpleNodeItem As SimpleNodeItem _
) As Node

Parameters

simpleNodeItem
Type: DlhSoft.Windows.Data..::.SimpleNodeItem
Item definition representing the node to be added at the end of the collection.

Return Value

The new node.

See Also