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

◆ GetDefaultConstructor()

RuntimeConstructorInfo System.RuntimeType.GetDefaultConstructor ( )
inlinepackage

Definition at line 1311 of file RuntimeType.cs.

1312 {
1314 if (monoTypeInfo != null)
1315 {
1316 RuntimeConstructorInfo default_ctor = monoTypeInfo.default_ctor;
1317 }
1318 long num = 0L;
1320 if (this != null)
1321 {
1322 }
1324 if (num != 0L)
1325 {
1326 }
1328 throw new InvalidCastException();
1329 }
class f__AnonymousType0<< Count > j__TPar
MonoTypeInfo type_info

References j__TPar, System.L, and System.RuntimeType.type_info.