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