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