Gets the node at the specified index from the internal node collection.
Namespace:
DlhSoft.Windows.DataAssembly: 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.