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

◆ InitMethodProperty()

virtual void System.Runtime.Remoting.Messaging.MethodCall.InitMethodProperty ( string key,
object value )
inlinepackagevirtual

Reimplemented in System.Runtime.Remoting.Messaging.ConstructionCall.

Definition at line 55 of file MethodCall.cs.

56 {
57 uint num = <PrivateImplementationDetails>.ComputeStringHash(key);
58 bool flag = key == "__Args";
59 if (value == null)
60 {
61 return;
62 }
63 if (value != null)
64 {
66 return;
67 }
68 throw new InvalidCastException();
69 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.key, and System.value.