On Wed, 2002-04-24 at 07:23, Jaak Simm wrote:
> 
> >>> Control.cs: [442 - 446]
>    /// --- ControlCollection.IList properties ---
>    [MonoTODO]
>    bool IList.IsFixedSize {
>     get { throw new NotImplementedException (); }
>    }
> 

I think if you put the MonoTODO attribute inside the get block, it'll
work.

bool IList.IsFixedSize {
        [MonoTODO] get { throw new Exception (); }
}

Duncan.


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

Reply via email to