Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ByteView
byte []
System.Runtime.Intrinsics.Vector128DebugView
<
T
>.ByteView
get
Definition at line
9
of file
Vector128DebugView.cs
.
10
{
11
get
12
{
13
byte
[]
array
=
new
byte
[16];
14
Unsafe
.WriteUnaligned(ref
array
[0],
_value
);
15
return
array
;
16
}
17
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.ExceptionArgument.array
@ array
System.Runtime.Intrinsics.Vector128DebugView._value
readonly Vector128< T > _value
Definition
Vector128DebugView.cs:7
System
Runtime
Intrinsics
Vector128DebugView
Generated by
1.10.0