terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CreateInstanceForAnotherGenericParameter()

static object System.RuntimeType.CreateInstanceForAnotherGenericParameter ( Type genericType,
RuntimeType genericArgument )
inlinestaticpackage

Definition at line 1564 of file RuntimeType.cs.

1565 {
1566 if (genericType == null || genericType != null)
1567 {
1568 object obj;
1569 return obj;
1570 }
1571 throw new ArrayTypeMismatchException();
1572 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.obj.