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

◆ ReorderArgumentArray()

override void System.DefaultBinder.ReorderArgumentArray ( object[] args,
object state )
inline

Definition at line 174 of file DefaultBinder.cs.

175 {
176 if (state != null)
177 {
178 }
179 if (args == null || args == null)
180 {
181 throw new InvalidCastException();
182 }
183 if (args == null || args != null)
184 {
185 return;
186 }
187 throw new ArrayTypeMismatchException();
188 }

References System.state.