Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Create< T >()
[5/8]
static
ImmutableArray
<
T
>
System.Collections.Immutable.ImmutableArray
<
T
>.Create<
T
>
(
T
item1
,
T
item2
)
inline
static
Definition at line
25
of file
ImmutableArray.cs
.
26
{
27
T[] items =
new
T[2] {
item1
,
item2
};
28
return
new
ImmutableArray<T>
(items);
29
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Collections
Immutable
ImmutableArray
Generated by
1.10.0