'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As StringCollectionItem
'Usage Dim instance As StringCollectionCollection Dim index As Integer Dim value As StringCollectionItem instance.Item(index) = value value = instance.Item(index)
public StringCollectionItem this[ int index ]; {get; set;}
Parameters
- index
- Index of the item.