Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PaddedInt64.cs
Go to the documentation of this file.
1
using
System.Runtime.InteropServices
;
2
3
namespace
System.Threading.Tasks.Dataflow.Internal
;
4
5
[StructLayout(
LayoutKind
.Explicit, Size = 256)]
6
internal
struct
PaddedInt64
7
{
8
[FieldOffset(128)]
9
internal
long
Value
;
10
}
System.Runtime.InteropServices.LayoutKind
LayoutKind
Definition
LayoutKind.cs:4
System.Runtime.InteropServices
Definition
SequenceMarshal.cs:4
System.Threading.Tasks.Dataflow.Internal
Definition
BatchedJoinBlockTarget.cs:4
System.Threading.Tasks.Dataflow.Internal.PaddedInt64.Value
long Value
Definition
PaddedInt64.cs:9
System.Threading.Tasks.Dataflow.Internal.PaddedInt64
Definition
PaddedInt64.cs:7
source
System.Threading.Tasks.Dataflow
System.Threading.Tasks.Dataflow.Internal
PaddedInt64.cs
Generated by
1.10.0