RosettaCodeData/Task/Include-a-file/C-sharp/include-a-file.cs
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

4 lines
308 B
Smalltalk

/* The C# language specification does not give a mechanism for 'including' one source file within another,
* likely because there is no need - all code compiled within one 'assembly' (individual IDE projects
* are usually compiled to separate assemblies) can 'see' all other code within that assembly.
*/