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

◆ Dispose() [2/2]

virtual void System.Threading.WaitHandle.Dispose ( bool explicitDisposing)
inlineprotectedvirtual

Definition at line 223 of file WaitHandle.cs.

224 {
225 if (this.safeWaitHandle != null)
226 {
227 this.safeWaitHandle.Close();
228 return;
229 }
230 }
SafeWaitHandle safeWaitHandle

References System.Runtime.InteropServices.SafeHandle.Close(), and System.Threading.WaitHandle.safeWaitHandle.