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

◆ Overlapped() [3/3]

System.Threading.Overlapped.Overlapped ( int offsetLo,
int offsetHi,
int hEvent,
IAsyncResult? ar )
inline

Definition at line 83 of file Overlapped.cs.

84 : this(offsetLo, offsetHi, new IntPtr(hEvent), ar)
85 {
86 }