Include a file: Difference between revisions

Added C# solution.
(Added C# solution.)
Line 34:
/* User library header names are enclosed using doublequotes */
#include "mylib.h" </lang>
 
=={{header|C sharp}}==
 
<lang c sharp>using Foo;
using Foo.Bar;</lang>
 
=={{header|Delphi}}==