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