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