Public Function IndexOf( _ ByVal mapLayer As MapLayer _ ) As Integer
Dim instance As MapLayerCollection Dim mapLayer As MapLayer Dim value As Integer value = instance.IndexOf(mapLayer)
public int IndexOf( MapLayer mapLayer )