Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
Questionacquisition toolbox of matlab Pin
umeed.e.sahar20-Jun-08 20:14
umeed.e.sahar20-Jun-08 20:14 
AnswerRe: acquisition toolbox of matlab Pin
Ashfield21-Jun-08 7:37
Ashfield21-Jun-08 7:37 
QuestionDATAGRID Pin
ginji2020-Jun-08 19:05
ginji2020-Jun-08 19:05 
AnswerRe: DATAGRID Pin
Christian Graus20-Jun-08 21:59
protectorChristian Graus20-Jun-08 21:59 
Questionstill about datagridview Pin
ginji2020-Jun-08 18:10
ginji2020-Jun-08 18:10 
AnswerRe: still about datagridview Pin
Harvey Saayman22-Jun-08 9:06
Harvey Saayman22-Jun-08 9:06 
QuestionDICOM file analyz Pin
nedracix20-Jun-08 14:44
nedracix20-Jun-08 14:44 
AnswerRe: DICOM file analyz Pin
nedracix20-Jun-08 14:50
nedracix20-Jun-08 14:50 
AnswerRe: DICOM file analyz Pin
Bert delaVega20-Jun-08 16:05
Bert delaVega20-Jun-08 16:05 
GeneralRe: DICOM file analyz Pin
Christian Graus20-Jun-08 22:19
protectorChristian Graus20-Jun-08 22:19 
GeneralRe: DICOM file analyz Pin
Bert delaVega21-Jun-08 3:21
Bert delaVega21-Jun-08 3:21 
GeneralRe: DICOM file analyz Pin
nedracix21-Jun-08 10:57
nedracix21-Jun-08 10:57 
AnswerRe: DICOM file analyz Pin
Christian Graus20-Jun-08 21:54
protectorChristian Graus20-Jun-08 21:54 
Questionstarting web Application . Pin
unitecsoft20-Jun-08 14:10
unitecsoft20-Jun-08 14:10 
AnswerRe: starting web Application . Pin
Gareth H20-Jun-08 15:11
Gareth H20-Jun-08 15:11 
QuestionPreprocessor Directives Pin
Dirso20-Jun-08 14:04
Dirso20-Jun-08 14:04 
AnswerRe: Preprocessor Directives Pin
Gareth H20-Jun-08 15:10
Gareth H20-Jun-08 15:10 
GeneralRe: Preprocessor Directives Pin
Dirso20-Jun-08 15:22
Dirso20-Jun-08 15:22 
GeneralRe: Preprocessor Directives Pin
Pablo Cervio22-Jun-08 13:38
Pablo Cervio22-Jun-08 13:38 
GeneralRe: Preprocessor Directives Pin
Dirso22-Jun-08 16:57
Dirso22-Jun-08 16:57 
GeneralRe: Preprocessor Directives Pin
Pablo Cervio23-Jun-08 4:26
Pablo Cervio23-Jun-08 4:26 
GeneralRe: Preprocessor Directives Pin
Dirso23-Jun-08 9:25
Dirso23-Jun-08 9:25 
AnswerRe: Preprocessor Directives Pin
Luc Pattyn20-Jun-08 16:09
sitebuilderLuc Pattyn20-Jun-08 16:09 
AnswerRe: Preprocessor Directives Pin
Scott Dorman21-Jun-08 0:52
professionalScott Dorman21-Jun-08 0:52 
GeneralRe: Preprocessor Directives Pin
Robert.C.Cartaino21-Jun-08 3:25
Robert.C.Cartaino21-Jun-08 3:25 
This is from the C# Language Specification[^]

The following pre-processing directives are available:
• #define and #undef, which are used to define and undefine, respectively, conditional compilation symbols (§2.5.3).
• #if, #elif, #else, and #endif, which are used to conditionally skip sections of source code (§2.5.4).
• #line, which is used to control line numbers emitted for errors and warnings (§2.5.7).
• #error and #warning, which are used to issue errors and warnings, respectively (§2.5.5).
• #region and #endregion, which are used to explicitly mark sections of source code (§2.5.6).
• #pragma, which is used to specify optional contextual information to the compiler (§2.5.8).

Enjoy,

Robert C. Cartaino

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.