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

◆ OutArgs

object [] System.Runtime.Remoting.Messaging.MethodResponse.OutArgs
get

Implements System.Runtime.Remoting.Messaging.IMethodReturnMessage.

Definition at line 195 of file MethodResponse.cs.

196 {
197 get
198 {
199 while (this._outArgs != null)
200 {
201 }
202 if (this._args != null)
203 {
204 if (this._inArgInfo == null)
205 {
206 MethodBase methodBase = this.MethodBase;
207 object[] args = this._args;
208 }
209 object[] array;
211 return array;
212 }
213 }
214 }
class f__AnonymousType0<< Count > j__TPar