Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ToArray< T >()
static
T
[] System.Linq.ImmutableArrayExtensions.ToArray<
T
>
(
this
ImmutableArray
<
T
>
immutableArray
)
inline
static
Definition at line
372
of file
ImmutableArrayExtensions.cs
.
373
{
374
immutableArray
.ThrowNullRefIfNotInitialized();
375
if
(
immutableArray
.array.Length == 0)
376
{
377
return
ImmutableArray<T>
.Empty.array;
378
}
379
return
(T[])
immutableArray
.array.Clone();
380
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Linq
ImmutableArrayExtensions
Generated by
1.10.0