'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As CharBox
'Declaration
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As CharBox
'Usage Dim instance As CharBoxCollection Dim index As Integer Dim value As CharBox value = instance.Item(index)
'Usage
Dim instance As CharBoxCollection Dim index As Integer Dim value As CharBox value = instance.Item(index)
public CharBox this[ int index ]; {get;}
CharBoxCollection Class CharBoxCollection Members