Hi Stuart,
Please do you know if there is a one-to-one correspondence between
> InflatedTypeSpec in the Mono code and C# constructed types? Or is
> InflatedTypeSpec used for both generic and constructed types?
>
They are pretty closely matched. Compiled generic types always exist at
least as open (generic) types, usually TypeContainer(s) but can at the same
time exist as InflatedTypeSpec too when accesses from within the type. For
example in the following sample enum parent container will be
InflatedTypeSpec.
class C<T>
{
public enum E
{
}
}
Marek
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list