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

void System.Threading.Timer.Scheduler.Remove ( Timer timer)
inline

Definition at line 220 of file Timer.cs.

221 {
222 timer.is_dead = true;
223 long num = 0L;
224 this.needReSort = true;
225 Monitor.Exit(this);
226 if (num == 0L)
227 {
228 return;
229 }
230 throw new OutOfMemoryException();
231 }
class f__AnonymousType0<< Count > j__TPar

References System.Threading.Monitor.Exit(), j__TPar, and System.L.