Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

preprocessors in c#

Directive		Description
#if				#elif
#else			#endif
If				Else if
Else			End if
#define			Symbol define
#undef			Symbol undefine
#error			Generate error
#warning		Generate warning
#line			Set line number
#region			Mark section start
#endregion		Mark section end
Source by pastebin.com #
 
PREVIOUS NEXT
Tagged: #preprocessors
ADD COMMENT
Topic
Name
5+8 =