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