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

◆ UnregisterDynamicProperty()

bool System.Runtime.Remoting.Contexts.DynamicPropertyCollection.UnregisterDynamicProperty ( string name)
inline

Definition at line 57 of file DynamicPropertyCollection.cs.

58 {
59 int num = this.FindProperty(name);
60 long num2 = 0L;
61 Monitor.Exit(this);
62 if (num2 == 0L)
63 {
64 return true;
65 }
66 throw new OutOfMemoryException();
67 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47

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