class System.Windows.Forms.ImageList.ImageCollection
inherits System.Object:

   method public integer IndexOfKey(input key as character):
   end method.

   method public logical ContainsKey(input key as character):
   end method.

   method public void Add(input key as character, input image as System.Drawing.Image):
   end method.

end class.