Resolve System.TypedReference correctly

This commit is contained in:
Katy Coe
2017-11-22 16:05:25 +01:00
parent 0899cdec43
commit b3883802bd

View File

@@ -183,7 +183,7 @@ namespace Il2CppInspector
"T",
"Array", // Processed separately
"GENERICINST", // Processed separately
"TYPEDBYREF",
"TypedReference", // params
"None",
"IntPtr",
"UIntPtr",
@@ -221,7 +221,7 @@ namespace Il2CppInspector
"T",
"System.Array", // Processed separately
"GENERICINST", // Processed separately
"TYPEDBYREF",
"System.TypedReference", // params
"None",
"System.IntPtr",
"System.UIntPtr",