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