that worked.
I'd speculate that an interface can forbid its inheritors
to add attributes on the inherited properties and methods, even if
the attribute is applicable to everything.

regards,
Jaak

Duncan Mak wrote:

> I think if you put the MonoTODO attribute inside the get block, it'll
> work.
>
> bool IList.IsFixedSize {
>         [MonoTODO] get { throw new Exception (); }
> }


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to