|
|
|
|
|
by jdmichal
3716 days ago
|
|
That's not even close to the same thing. C# allows declaration of types within other types, but it also allows declaration of multiple top-level types within a single compilation unit. And with partial classes, it also allows declaration of a single type across multiple compilation units. |
|