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

◆ GetMethod() [4/6]

MethodInfo System.Type.GetMethod ( string name,
BindingFlags bindingAttr,
Binder binder,
Type[] types,
ParameterModifier[] modifiers )
inlineinherited

Definition at line 992 of file Type.cs.

993 {
994 return this.GetMethod(name, bindingAttr, binder, CallingConventions.Any, types, modifiers);
995 }
class f__AnonymousType0<< Count > j__TPar

References System.Reflection.GetMethod, and j__TPar.