Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UnsafePack() [1/2]

unsafe NativeOverlapped * System.Threading.Overlapped.UnsafePack ( IOCompletionCallback? iocb)
inlineinherited

Definition at line 103 of file Overlapped.cs.

104 {
105 return UnsafePack(iocb, null);
106 }
unsafe NativeOverlapped * UnsafePack(IOCompletionCallback? iocb)

References System.Threading.Overlapped.UnsafePack().

Referenced by System.Threading.ThreadPoolBoundHandleOverlapped.ThreadPoolBoundHandleOverlapped(), and System.Threading.Overlapped.UnsafePack().