Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Overlapped()
[2/3]
System.Threading.Overlapped.Overlapped
(
int
offsetLo
,
int
offsetHi
,
IntPtr
hEvent
,
IAsyncResult
?
ar
)
inline
Definition at line
73
of file
Overlapped.cs
.
74
:
this
()
75
{
76
_overlappedData.OffsetLow = offsetLo;
77
_overlappedData.OffsetHigh = offsetHi;
78
_overlappedData.EventHandle = hEvent;
79
_overlappedData._asyncResult = ar;
80
}
System
Threading
Overlapped
Generated by
1.10.0