do not check order sequence if option /order was not used
[mono.git] / mono / metadata / blob.h
index e4a973e56d18279f3a08daf7ba7cce6c6713c08c..3d0e3ab31389b3bacea4e1cff3c039119a7b8a52 100644 (file)
@@ -44,7 +44,9 @@ typedef enum {
 
        MONO_TYPE_MODIFIER   = 0x40,       /* Or with the following types */
        MONO_TYPE_SENTINEL   = 0x41,       /* Sentinel for varargs method signature */
-       MONO_TYPE_PINNED     = 0x45       /* Local var that points to pinned object */
+       MONO_TYPE_PINNED     = 0x45,       /* Local var that points to pinned object */
+
+       MONO_TYPE_ENUM       = 0x55        /* an enumeration */
 } MonoTypeEnum;
 
 typedef enum {