Public Default Property Item( _ ByVal index As Integer _ ) As LegendBox
Dim instance As LegendBoxCollection Dim index As Integer Dim value As LegendBox instance.Item(index) = value value = instance.Item(index)
public LegendBox this[ int index ]; {get; set;}