5 lines
308 B
C#
5 lines
308 B
C#
|
|
/* 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.
|
||
|
|
*/
|