7c96651ed459b362c1a3ce1fefa183c4ce9c4ad7
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / ListView.SelectedListViewItemCollection.cs
1 //
2 // System.Windows.Forms.ListView.SelectedListViewItemCollection
3 //
4 // Author:
5 //   stubbed out by Daniel Carrera (dcarrera@math.toronto.edu)
6 //
7 // (C) 2002 Ximian, Inc
8 //
9
10 namespace System.Windows.Forms {
11
12         // <summary>
13         //      This is only a template.  Nothing is implemented yet.
14         //
15         // </summary>
16
17         //public class ListView.SelectedListViewItemCollection :  IList, ICollection, IEnumerable {
18
19                 //
20                 //  --- Constructor
21                 //
22                 //[MonoTODO]
23                 //public ListView.SelectedListViewItemCollection(ListView owner)
24                 //{
25                 //      throw new NotImplementedException ();
26                 //}
27
28                 //
29                 //  --- Public Properties
30                 //
31                 //[MonoTODO]
32                 //public int Count {
33                 //      get {
34                 //              throw new NotImplementedException ();
35                 //      }
36                 //}
37                 //[MonoTODO]
38                 //public bool IsReadOnly {
39                 //      get {
40                 //              throw new NotImplementedException ();
41                 //      }
42                 //}
43                 //[MonoTODO]
44                 //public ListViewItem this[int index] {
45                 //      get {
46                 //              throw new NotImplementedException ();
47                 //      }
48                 //}
49
50                 //
51                 //  --- Public Methods
52                 //
53                 //[MonoTODO]
54                 //public void Clear()
55                 //{
56                 //      throw new NotImplementedException ();
57                 //}
58                 //[MonoTODO]
59                 //public bool Contains(ListViewItem item)
60                 //{
61                 //      throw new NotImplementedException ();
62                 //}
63                 //[MonoTODO]
64                 //public void CopyTo(Array dest, int index)
65                 //{
66                 //      throw new NotImplementedException ();
67                 //}
68                 //[MonoTODO]
69                 //public virtual bool Equals(object o);
70                 //{
71                 //      throw new NotImplementedException ();
72                 //}
73                 //[MonoTODO]
74                 //public static bool Equals(object o1, object o2);
75                 //{
76                 //      throw new NotImplementedException ();
77                 //}
78                 //[MonoTODO]
79                 //public IEnumerator GetEnumerator()
80                 //{
81                 //      throw new NotImplementedException ();
82                 //}
83                 //[MonoTODO]
84                 //public int IndexOf(ListViewItem item)
85                 //{
86                 //      throw new NotImplementedException ();
87                 //}
88         // }
89 }