[Mono-list] Mixing languages within

Colin JN Breame colinb@chameleonnet.co.uk
Fri, 10 Dec 2004 14:30:37 +0000


Jonathan Gilbert wrote:

>Not exactly right. You're leaving out an intermediate step: an individual
>source code file can be compiled to a .netmodule, and .netmodules compiled
>with different languages can be mixed within a single assembly.
>
>  
>
Does this mean that a partial class (or part of a class) can be compiled 
to a .netmodule?  or do .netmodules have to contain a complete class?