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?