Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsMemory< T >()
static
Memory
<
T
> System.Runtime.InteropServices.MemoryMarshal.AsMemory<
T
>
(
ReadOnlyMemory
<
T
>
memory
)
inline
static
Definition at line
46
of file
MemoryMarshal.cs
.
47
{
48
return
Unsafe
.As<
ReadOnlyMemory<T>
,
Memory<T>
>(
ref
memory
);
49
}
Internal.Runtime.CompilerServices.Unsafe
Definition
Unsafe.cs:10
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Runtime
InteropServices
MemoryMarshal
Generated by
1.10.0