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

◆ PreAllocatedOverlapped() [1/2]

System.Threading.PreAllocatedOverlapped.PreAllocatedOverlapped ( IOCompletionCallback callback,
object? state,
object? pinData )
inline

Definition at line 10 of file PreAllocatedOverlapped.cs.

11 : this(callback, state, pinData, flowExecutionContext: true)
12 {
13 }

Referenced by System.Threading.PreAllocatedOverlapped.UnsafeCreate().