> (a)
> [MonoTODO]
> public int Count
> {
> get { throw new NotImplementedException (); }
> }
>
> (b)
> [MonoTODO]
> public int Count
> {
> // get { throw new NotImplementedException (); }
> }
>
> (c)
> [MonoTODO]
> //public int Count
> //{
> // get { throw new NotImplementedException (); }
> //}
Given the input from Piers and Nick, I think:
// [MonoTODO]
// public int Count {
// get {
// throw new NotImplementedException ();
// }
// }
btw, please make sure your stubs/templates match the coding standards
for Mono.
Miguel
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list