Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CastUp< TDerived >()
static
ImmutableArray
<
T
>
System.Collections.Immutable.ImmutableArray
<
T
>.
CastUp
<
TDerived
>
(
ImmutableArray
<
TDerived
>
items
)
inline
static
Type Constraints
TDerived
:
class
TDerived
:
T
Definition at line
1673
of file
ImmutableArray.cs
.
1673
:
class
?, T
1674
{
1675
T[]
items2
= (T[])(
object
)items.array;
1676
return
new
ImmutableArray<T>
(
items2
);
1677
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0