Fixed "extra byte" problem (see ChangeLong)
[mono.git] / mcs / class / System.Windows.Forms / System.Windows.Forms / LinkArea.LinkAreaConverter.cs
1 //
2 // System.Windows.Forms.LinkArea.LinkAreaConverter
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 LinkArea.LinkAreaConverter : TypeConverter {
18
19                 //
20                 //  --- Constructor
21                 //
22                 //[MonoTODO]
23                 //public LinkArea.LinkAreaConverter()
24                 //{
25                 //      throw new NotImplementedException ();
26                 //}
27
28                 //
29                 //  --- Public Methods
30                 //
31                 //[MonoTODO]
32                 //public  bool CanConvertFrom(Type t)
33                 //{
34                 //      throw new NotImplementedException ();
35                 //}
36                 //[MonoTODO]
37                 //public override bool CanConvertFrom(ITypeDescriptorContext context, Type t)
38                 //{
39                 //      throw new NotImplementedException ();
40                 //}
41                 //[MonoTODO]
42                 //public  bool CanConvertTo(Type t)
43                 //{
44                 //      throw new NotImplementedException ();
45                 //}
46                 //[MonoTODO]
47                 //public override bool CanConvertTo(ITypeDescriptorContext context, Type t)
48                 //{
49                 //      throw new NotImplementedException ();
50                 //}
51                 //[MonoTODO]
52                 //public  object ConvertFrom(object o)
53                 //{
54                 //      throw new NotImplementedException ();
55                 //}
56                 //[MonoTODO]
57                 //public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture,object o)
58                 //{
59                 //      throw new NotImplementedException ();
60                 //}
61                 //[MonoTODO]
62                 //public object ConvertFromInvariantString(string str)
63                 //{
64                 //      throw new NotImplementedException ();
65                 //}
66                 //[MonoTODO]
67                 //public object ConvertFromInvariantString(ITypeDescriptorContext context, string str)
68                 //{
69                 //      throw new NotImplementedException ();
70                 //}
71                 //[MonoTODO]
72                 //public object ConvertFromString(string str)
73                 //{
74                 //      throw new NotImplementedException ();
75                 //}
76                 //[MonoTODO]
77                 //public object ConvertFromString(ITypeDescriptorContext context, string str)
78                 //{
79                 //      throw new NotImplementedException ();
80                 //}
81                 //[MonoTODO]
82                 //public  object ConvertTo(object o, Type t)
83                 //{
84                 //      throw new NotImplementedException ();
85                 //}
86                 //[MonoTODO]
87                 //public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object o, Type t)
88                 //{
89                 //      throw new NotImplementedException ();
90                 //}
91                 //[MonoTODO]
92                 //public string ConvertToInvariantString(object o)
93                 //{
94                 //      throw new NotImplementedException ();
95                 //}
96                 //[MonoTODO]
97                 //public string ConvertToInvariantString(ITypeDescriptorContext context, object o)
98                 //{
99                 //      throw new NotImplementedException ();
100                 //}
101                 //[MonoTODO]
102                 //public string ConvertToString(object o)
103                 //{
104                 //      throw new NotImplementedException ();
105                 //}
106                 //[MonoTODO]
107                 //public string ConvertToString(ITypeDescriptorContext context, object o)
108                 //{
109                 //      throw new NotImplementedException ();
110                 //}
111                 //[MonoTODO]
112                 //public override object CreateInstance(ITypeDescriptorContext context, IDictionary dict)
113                 //{
114                 //      throw new NotImplementedException ();
115                 //}
116                 //[MonoTODO]
117                 //public object CreateInstance(IDictionary dict)
118                 //{
119                 //      throw new NotImplementedException ();
120                 //}
121                 //[MonoTODO]
122                 //public virtual bool Equals(object o);
123                 //{
124                 //      throw new NotImplementedException ();
125                 //}
126                 //[MonoTODO]
127                 //public static bool Equals(object o1, object o2);
128                 //{
129                 //      throw new NotImplementedException ();
130                 //}
131                 //[MonoTODO]
132                 //public bool GetCreateInstanceSupported()
133                 //{
134                 //      throw new NotImplementedException ();
135                 //}
136                 //[MonoTODO]
137                 //public override bool GetCreateInstanceSupported(ITypeDescriptorContext context)
138                 //{
139                 //      throw new NotImplementedException ();
140                 //}
141                 //[MonoTODO]
142                 //public ICollection GetStandardValues()
143                 //{
144                 //      throw new NotImplementedException ();
145                 //}
146                 //[MonoTODO]
147                 //public virtual StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
148                 //{
149                 //      throw new NotImplementedException ();
150                 //}
151                 //[MonoTODO]
152                 //public bool GetStandardValuesExclusive()
153                 //{
154                 //      throw new NotImplementedException ();
155                 //}
156                 //[MonoTODO]
157                 //public virtual bool GetStandardValuesExclusive(ITypeDescriptorContext context)
158                 //{
159                 //      throw new NotImplementedException ();
160                 //}
161                 //[MonoTODO]
162                 //public bool GetStandardValuesSupported()
163                 //{
164                 //      throw new NotImplementedException ();
165                 //}
166                 //[MonoTODO]
167                 //public virtual bool GetStandardValuesSupported(ITypeDescriptorContext context)
168                 //{
169                 //      throw new NotImplementedException ();
170                 //}
171                 //[MonoTODO]
172                 //public Type GetType()
173                 //{
174                 //      throw new NotImplementedException ();
175                 //}
176                 //[MonoTODO]
177                 //public bool IsValid(object o)
178                 //{
179                 //      throw new NotImplementedException ();
180                 //}
181                 //[MonoTODO]
182                 //public virtual bool IsValid(ITypeDescriptorContext context, object o)
183                 //{
184                 //      throw new NotImplementedException ();
185                 //}
186                 //[MonoTODO]
187                 //public virtual string ToString()
188                 //{
189                 //      throw new NotImplementedException ();
190                 //}
191         // }
192 }