'Declaration
Public Default Property Item( _ ByVal index As System.Integer _ ) As NTreeListNodeSubItem
'Usage
Dim instance As NTreeListNodeSubItemCollection Dim index As System.Integer Dim value As NTreeListNodeSubItem instance.Item(index) = value value = instance.Item(index)
public NTreeListNodeSubItem this[ System.int index ]; {get; set;}
Parameters
- index