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

◆ Remove() [2/2]

void System.ComponentModel.Container.Remove ( IComponent component,
bool preserveSite )
inlineprivateinherited

Definition at line 144 of file Container.cs.

145 {
146 object obj = this.syncObj;
147 if (component != null)
148 {
149 return;
150 }
152 long num;
153 if (num == 0L)
154 {
155 return;
156 }
157 throw new OutOfMemoryException();
158 }
static void Exit(object obj)
Definition Monitor.cs:47

References System.Threading.Monitor.Exit(), System.L, System.obj, and System.ComponentModel.Container.syncObj.