Model and Output: Implement generic type constraints

This commit is contained in:
Katy Coe
2019-11-11 21:48:04 +01:00
parent 0f8b1428e4
commit 06ed21747e
4 changed files with 72 additions and 13 deletions

View File

@@ -382,8 +382,8 @@ namespace Il2CppInspector
public int nameIndex; // StringIndex
public short constraintsStart; // GenericParameterConstraintIndex
public short constraintsCount;
public ushort num;
public ushort flags;
public ushort num; // Generic parameter position
public ushort flags; // GenericParameterAttributes
}
public class Il2CppCustomAttributeTypeRange