Now things even more strange..

I tried to write the assembly after the I did some weaving but without 
removing the generic definition, 
and I still get the same error ("Value does not fall within the expected 
range") :\

I must say that when I'm doing the weaving on other code, without generic 
definition at all or without nested generic type it works fine 

On Monday, February 22, 2016 at 1:53:50 PM UTC+2, Dudi Keleti wrote:
>
> I have this code:
>
>     static class x<T> where T : class, new()
>     {
>         private class c<M>
>         {
>         }
>     }
>
> I want to remove the generic definition from class 'c'.
>
> I tried some weaving methods but without success. 
>
> I always get in the end (when I try to write the assembly) exception 
> "Value does not fall within the expected range."
>

-- 
-- 
--
mono-cecil
--- 
You received this message because you are subscribed to the Google Groups 
"mono-cecil" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to