Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator ArraySegment< T >()
static
implicit
System.ArraySegment
<
T
>.
operator
ArraySegment
<
T
>
(
T
[]
array
)
inline
static
Definition at line
259
of file
ArraySegment.cs
.
260
{
261
if
(
array
==
null
)
262
{
263
return
default
(
ArraySegment<T>
);
264
}
265
return
new
ArraySegment<T>
(
array
);
266
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.array
@ array
References
System.array
.
System
ArraySegment
Generated by
1.10.0