Enum PreProcessorDirectiveType
- Namespace
- ICSharpCode.Decompiler.CSharp.Syntax
- Assembly
- ICSharpCode.Decompiler.dll
public enum PreProcessorDirectiveType : byte
Fields
Define = 7
Elif = 5
Else = 6
Endif = 4
Endregion = 2
Error = 9
If = 3
Invalid = 0
Line = 12
Pragma = 11
Region = 1
Undef = 8
Warning = 10