Hey,

On 1/18/08, Olg <[EMAIL PROTECTED]> wrote:
> and some others combinations, but it doesn't work.

Please define `doesn't work`.

> In c#, I want to do :
>
> class MyCollectionOne:Collection<IMyInterface>   //MyCollectionOne
> generated with cecil
> {}
>
> class MycollectionTwo:MyCollectionOne //MycollectionTwo generated with
> cecil
> {
>    bool Contains(IMyInterface i)
>    {
>       base.Contains(i);  //that's what I want :)
>    }
> }

Here's you best chance to know what to generate. Compile that, open
the generated with Cecil, dump the object model, and here you are,
you'll know.

-- 
Jb Evain  <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
--
mono-cecil
-~----------~----~----~----~------~----~------~--~---

Reply via email to