Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsMemory< T >()
[6/8]
static
Memory
<
T
>
System.MemoryExtensions.AsMemory
<
T
>
(
this
T
?[]
array
,
int
start
)
inline
static
Definition at line
1089
of file
MemoryExtensions.cs
.
1090
{
1091
return
new
Memory<T>
(
array
,
start
);
1092
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.start
@ start
System.ExceptionArgument.array
@ array
References
System.array
, and
System.start
.
System
MemoryExtensions
Generated by
1.10.0