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

◆ GetConstructor() [2/3]

ConstructorInfo System.Type.GetConstructor ( BindingFlags bindingAttr,
Binder binder,
Type[] types,
ParameterModifier[] modifiers )
inlineinherited

Definition at line 846 of file Type.cs.

847 {
848 return this.GetConstructor(bindingAttr, binder, CallingConventions.Any, types, modifiers);
849 }
class f__AnonymousType0<< Count > j__TPar
ConstructorInfo GetConstructor(Type[] types)
Definition Type.cs:838

References System.Type.GetConstructor(), and j__TPar.