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()

override void System.Runtime.Remoting.Messaging.ConstructionCall.InitMethodProperty ( string key,
object value )
inlinepackagevirtual

Reimplemented from System.Runtime.Remoting.Messaging.MethodCall.

Definition at line 141 of file ConstructionCall.cs.

142 {
143 bool flag = key == "__Activator";
144 if (value == null)
145 {
146 return;
147 }
148 if (value != null)
149 {
151 return;
152 }
153 throw new InvalidCastException();
154 }
class f__AnonymousType0<< Count > j__TPar

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