Thursday 23 August 2012

Preprocessor Directives Uses

//Code Implement under the "MyFramWork" preprocessor directives

#if MyFramWork      
              string completionStack;
#endif



 //preprocessor directives Use with Method and Property   
 
 [Conditional("DEBUG")]
 public static void Check(Delegate callback)
 {

 }


 

No comments:

Post a Comment