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

◆ IsSubclassOf()

override bool System.RuntimeType.IsSubclassOf ( Type type)
inlinevirtual

Reimplemented from System.Type.

Definition at line 1909 of file RuntimeType.cs.

1910 {
1911 while (type == null)
1912 {
1913 }
1914 long num = 0L;
1915 if (num != 0L)
1916 {
1917 bool flag;
1918 return flag;
1919 }
1920 }

References System.L.