I tried to remove generic definition from type but without success I have the following classes:
static class x<T> where T : class, new()
{
private class c<M>
{
}
}
--
--
--
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.
