*** empty log message ***
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / InputLanguageCollection.cs
index b18f372fb0b71008312c0bc26bd804041831189f..557f6b3ca516b43e9330863c5a175340c841d62a 100644 (file)
@@ -3,10 +3,11 @@
 //
 // Author:
 //   stubbed out by Daniel Carrera (dcarrera@math.toronto.edu)
+//     Dennis Hayes (dennish@raytek.com)\r
 //
 // (C) 2002 Ximian, Inc
 //
-
+using System.Collections;
 namespace System.Windows.Forms {
 
        // <summary>
@@ -19,40 +20,40 @@ namespace System.Windows.Forms {
                //
                //  --- Public Properties
                //
-               //[MonoTODO]
-               //public InputLanguage this[int index] {
-               //      get {
-               //              throw new NotImplementedException ();
-               //      }
-               //}
+               [MonoTODO]
+               public InputLanguage this[int index] {
+                       get {
+                               throw new NotImplementedException ();
+                       }
+               }
 
                //
                //  --- Public Methods
                //
-               //[MonoTODO]
-               //public bool Contains(InputLanguage lang)
-               //{
-               //      throw new NotImplementedException ();
-               //}
-               //[MonoTODO]
-               //public void CopyTo(InputLanguage[] array, int index)
-               //{
-               //      throw new NotImplementedException ();
-               //}
-               //[MonoTODO]
-               //public virtual bool Equals(object o);
-               //{
-               //      throw new NotImplementedException ();
-               //}
-               //[MonoTODO]
-               //public static bool Equals(object o1, object o2);
-               //{
-               //      throw new NotImplementedException ();
-               //}
-               //[MonoTODO]
-               //public int IndexOf(InputLanguage lang)
-               //{
-               //      throw new NotImplementedException ();
-               //}
+               [MonoTODO]
+               public bool Contains(InputLanguage lang)
+               {
+                       throw new NotImplementedException ();
+               }
+               [MonoTODO]
+               public void CopyTo(InputLanguage[] array, int index)
+               {
+                       throw new NotImplementedException ();
+               }
+               [MonoTODO]
+               public virtual bool Equals(object o)
+               {
+                       throw new NotImplementedException ();
+               }
+               [MonoTODO]
+               public static bool Equals(object o1, object o2)
+               {
+                       throw new NotImplementedException ();
+               }
+               [MonoTODO]
+               public int IndexOf(InputLanguage lang)
+               {
+                       throw new NotImplementedException ();
+               }
  }
 }