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

◆ IsRuntimeImplemented()

bool System.Type.IsRuntimeImplemented ( )
inlinepackageinherited

Definition at line 1470 of file Type.cs.

1471 {
1472 while (this == null)
1473 {
1474 }
1475 }

Referenced by System.Type.IsAssignableFrom(), and System.DefaultBinder.SelectMethod().