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

◆ RegisterDynamicProperty()

bool System.Runtime.Remoting.Contexts.DynamicPropertyCollection.RegisterDynamicProperty ( IDynamicProperty prop)
inline

Definition at line 40 of file DynamicPropertyCollection.cs.

41 {
42 ArrayList properties = this._properties;
43 if (prop != null)
44 {
45 }
46 long num = 0L;
47 int num2;
49 Monitor.Exit(this);
50 if (num == 0L)
51 {
52 }
53 throw new OutOfMemoryException();
54 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47

References System.Runtime.Remoting.Contexts.DynamicPropertyCollection._properties, System.Threading.Monitor.Exit(), j__TPar, and System.L.