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

◆ IsAssignableFrom()

override bool System.RuntimeType.IsAssignableFrom ( Type c)
inlinevirtual

Reimplemented from System.Type.

Definition at line 565 of file RuntimeType.cs.

566 {
567 if (c == null)
568 {
569 return;
570 }
571 if (c != null)
572 {
573 }
574 long num = 0L;
575 if (num != 0L)
576 {
577 bool flag;
578 return flag;
579 }
580 }

References System.L.