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

◆ OutArgCount

int System.Runtime.Remoting.Messaging.MonoMethodMessage.OutArgCount
get

Definition at line 258 of file MonoMethodMessage.cs.

259 {
260 get
261 {
262 if (this.args != null)
263 {
264 byte[] array = this.arg_types;
265 return;
266 }
267 }
268 }