[Mono-list] getting rid of global $ArrayType$ types

Varga Zoltan vargaz@freemail.hu
Fri, 10 Jan 2003 14:57:27 +0100 (CET)


                                         Hi,

   Currently mcs generates a lot of public types named
$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?

                                 bye

                                        Zoltan