**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Windows.Forms / Gtk / InputLanguageCollection.cs
blob6af43ffb3096475b920a2ffa1ed212043daa3b0b
1 //
2 // System.Windows.Forms.InputLanguageCollection.cs
3 //
4 // Author:
5 // stubbed out by Daniel Carrera (dcarrera@math.toronto.edu)
6 // Dennis Hayes (dennish@Raytek.com)
7 //
8 // (C) 2002/3 Ximian, Inc
9 //
10 using System.Collections;
11 namespace System.Windows.Forms {
13 // <summary>
14 // </summary>
16 public class InputLanguageCollection : ReadOnlyCollectionBase {
18 private InputLanguageCollection(){//For signiture compatablity. Prevents the auto creation of public construct
22 // --- Public Properties
25 [MonoTODO]
26 public InputLanguage this[int index] {
27 get {
28 throw new NotImplementedException ();
33 // --- Public Methods
36 [MonoTODO]
37 public bool Contains(InputLanguage value) {
38 throw new NotImplementedException ();
41 [MonoTODO]
42 public void CopyTo(InputLanguage[] array, int index) {
43 //FIXME:
46 [MonoTODO]
47 public int IndexOf(InputLanguage value) {
48 throw new NotImplementedException ();