A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
4
Task/Include-a-file/C-sharp/include-a-file.cs
Normal file
4
Task/Include-a-file/C-sharp/include-a-file.cs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/* 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.
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue