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