[Mono-list] "Not supported"

Daniel Carrera dcarrera@math.toronto.edu
Fri, 19 Apr 2002 02:27:39 -0400 (EDT)


What do I do about methods that say "Not supported" on the documentation?

For example:

Not supported. The IList.Contains method indicates whether a specified
object is contained in the list.
...
[C#]
public bool Contains(
   Image image
);
...




Daniel.