Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 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