[Mono-list] getting rid of global $ArrayType$ types
Miguel de Icaza
miguel@ximian.com
10 Jan 2003 13:59:55 -0500
Hello,
> $ArrayType$<N>.
> Would it be possible to make them a nested type of
> <PrivateImplementationDetails> as its under MS .NET? From my
> limited
> understanding, it seems the only change necessary is to call
> DefineNestedType in TypeBuilder::DefineInitializedData(). I
> tried this and
> it seems to work. Am I missing something?
The idea is correct, I think I must have missed this when I implemented
it. Feel free to check in a fix to the CVS.
Miguel