do not check order sequence if option /order was not used
[mono.git] / mono / metadata / blob.h
index d9c3cbe2e71eb7a482f9d269ddc96b1bab1d36f1..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 {
@@ -70,7 +72,7 @@ typedef enum {
        MONO_TABLE_EVENT_POINTER,
        MONO_TABLE_EVENT,
        MONO_TABLE_PROPERTYMAP,
-       MONO_TABLE_UNUSED5,
+       MONO_TABLE_PROPERTY_POINTER,
        MONO_TABLE_PROPERTY,
        MONO_TABLE_METHODSEMANTICS,
        MONO_TABLE_METHODIMPL,