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

◆ GetConstructors_internal()

RuntimeConstructorInfo[] System.RuntimeType.GetConstructors_internal ( BindingFlags bindingAttr,
RuntimeType reflectedType )
inlineprivate

Definition at line 1614 of file RuntimeType.cs.

1615 {
1616 MethodBase methodBase;
1617 if (methodBase == null || methodBase != null)
1618 {
1619 throw new InvalidCastException();
1620 }
1621 throw new ArrayTypeMismatchException();
1622 }