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

◆ SelectMethod()

override MethodBase System.DefaultBinder.SelectMethod ( BindingFlags bindingAttr,
MethodBase[] match,
Type[] types,
ParameterModifier[] modifiers )
inlinesealed

Definition at line 368 of file DefaultBinder.cs.

369 {
370 if (match == null)
371 {
372 throw new ArrayTypeMismatchException();
373 }
374 object obj;
375 if (obj != null && obj == null)
376 {
377 throw new InvalidCastException();
378 }
379 Type type;
380 Type type2;
381 if (type != null)
382 {
383 bool flag = type2.IsRuntimeImplemented();
384 }
385 if (obj == null || obj != null)
386 {
387 if (type2 != null)
388 {
389 }
390 int num;
391 if (num != 0)
392 {
393 }
394 }
395 throw new ArrayTypeMismatchException();
396 }
class f__AnonymousType0<< Count > j__TPar
bool IsRuntimeImplemented()
Definition Type.cs:1470

References System.Type.IsRuntimeImplemented(), j__TPar, System.match, and System.obj.