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()

virtual bool System.Type.IsAssignableFrom ( Type c)
inlinevirtualinherited

Reimplemented in System.Reflection.SignatureType, and System.RuntimeType.

Definition at line 181 of file Type.cs.

182 {
183 int num = 1;
184 if ((num != 0 && c != null) || c != null)
185 {
186 if (num == 0)
187 {
188 }
189 bool flag = this.IsRuntimeImplemented();
190 bool isInterface = this.IsInterface;
191 return c.ImplementInterface(this);
192 }
193 }
class f__AnonymousType0<< Count > j__TPar
bool IsInterface
Definition Type.cs:1345
bool ImplementInterface(Type ifaceType)
Definition Type.cs:196
bool IsRuntimeImplemented()
Definition Type.cs:1470

References System.Type.ImplementInterface(), System.Type.IsInterface, System.Type.IsRuntimeImplemented(), and j__TPar.