Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Create< T >()
[6/8]
static
ImmutableArray
<
T
>
System.Collections.Immutable.ImmutableArray
<
T
>.Create<
T
>
(
T
item1
,
T
item2
,
T
item3
)
inline
static
Definition at line
31
of file
ImmutableArray.cs
.
32
{
33
T[] items =
new
T[3] {
item1
,
item2
,
item3
};
34
return
new
ImmutableArray<T>
(items);
35
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0