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

◆ ArgCount

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

Implements System.Runtime.Remoting.Messaging.IMethodMessage.

Definition at line 81 of file MonoMethodMessage.cs.

82 {
83 get
84 {
85 CallType callType = this.CallType;
86 if (this.args != null)
87 {
88 return;
89 }
90 }
91 }
class f__AnonymousType0<< Count > j__TPar