Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateSpan< T >()
static
Span
<
T
> System.Runtime.InteropServices.MemoryMarshal.CreateSpan<
T
>
(
ref
T
reference
,
int
length
)
inline
static
Definition at line
144
of file
MemoryMarshal.cs
.
145
{
146
return
new
Span<T>
(
ref
reference
,
length
);
147
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.length
@ length
References
System.length
.
System
Runtime
InteropServices
MemoryMarshal
Generated by
1.10.0