Gets the node at the specified index.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.HierarchicalData.Core (in DlhSoft.HierarchicalData.Core.dll)
Syntax
| C# |
|---|
public Node Item[ int index ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Item ( _ index As Integer _ ) As Node |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the node to get.