[Mono-list] MonoTODO causes CS0647: Error emitting'System.MonoTODOAttribute'

Jaak Simm jaaksimm@firm.ee
Thu, 25 Apr 2002 00:27:32 +0200


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 (); }
> }