Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetArrayDataReference< T >()
static
ref
T
System.Runtime.InteropServices.MemoryMarshal.GetArrayDataReference
<
T
>
(
T
[]
array
)
inline
static
Definition at line
15
of file
MemoryMarshal.cs
.
16
{
17
return
ref
Unsafe
.As<byte, T>(
ref
Unsafe
.As<
RawArrayData
>(
array
).Data);
18
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Runtime.CompilerServices.RawArrayData
Definition
RawArrayData.cs:4
System.ExceptionArgument.array
@ array
References
System.array
.
System
Runtime
InteropServices
MemoryMarshal
Generated by
1.10.0