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

◆ OffsetLow

unsafe ref int System.Threading.OverlappedData.OffsetLow
getpackage

Definition at line 23 of file OverlappedData.cs.

24 {
25 get
26 {
27 if (_pNativeOverlapped == null)
28 {
29 return ref _offsetLow;
30 }
31 return ref _pNativeOverlapped->OffsetLow;
32 }
33 }
unsafe readonly NativeOverlapped * _pNativeOverlapped