Public Overloads Function Add( _ ByVal hotspot As Hotspot _ ) As Integer
Dim instance As HotspotCollection Dim hotspot As Hotspot Dim value As Integer value = instance.Add(hotspot)
public int Add( Hotspot hotspot )