> I am stubbing out Control class (one of the biggest in the > System.Windows.Forms). The class implements IList interface. IList > methods are all fine, but when I add its properties with [MonoTODO] > attribute, the compilation fails. If the monotodo attribute is removed > the Control.cs compiles fine:
You need to have a `MonoTODOAttribute' in your assembly as well (there is one in corlib that you can copy). Miguel. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
