préprocesseurs

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
PrashantUnity