Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LoadUInt()
[2/2]
static uint System.SpanHelpers.LoadUInt
(
ref
byte
start
,
nuint
offset
)
inline
static
private
Definition at line
1547
of file
SpanHelpers.cs
.
1548
{
1549
return
Unsafe
.ReadUnaligned<uint>(
ref
Unsafe
.AddByteOffset(
ref
start
,
offset
));
1550
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.offset
@ offset
System.ExceptionArgument.start
@ start
References
System.offset
, and
System.start
.
System
SpanHelpers
Generated by
1.10.0