Gets the node at the specified index.

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

Syntax

C#
public Node GetNodeAt(
	int index
)
Visual Basic (Declaration)
Public Function GetNodeAt ( _
	index As Integer _
) As Node

Parameters

index
Type: System..::.Int32
The zero-based index of the node to be get.

Return Value

The node at the specified index.

See Also