C Sharp: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) |
Brian Wilson (talk | contribs) |
||
Line 4: | Line 4: | ||
== Preprocessor Directives == | == Preprocessor Directives == | ||
#if DEBUG | #if DEBUG | ||
http://codeidol.com/csharp/essential-csharp/Operators-and-Control-Flow/Csharp-Preprocessor-Directives/ | http://codeidol.com/csharp/essential-csharp/Operators-and-Control-Flow/Csharp-Preprocessor-Directives/ | ||
#endif | #endif | ||
== What about things in square brackets == | == What about things in square brackets == |
Revision as of 19:17, 23 May 2012
I wanted this page to be called C# but apparently mediawiki did not approve. Oh well. Maybe I will put all things beginning with the letter 'c' here.
Preprocessor Directives
#if DEBUG http://codeidol.com/csharp/essential-csharp/Operators-and-Control-Flow/Csharp-Preprocessor-Directives/ #endif
What about things in square brackets
That I can't type in a wiki, like "bracket CommandLine bracket"
When would I ever use a Struct?
Read the official documentation here.