Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Create< T1 >()
static
ValueTuple
<
T1
>
System.ValueTuple
<
T1
,
T2
,
T3
,
T4
,
T5
,
T6
,
T7
, TRest >.
Create
<
T1
>
(
T1
item1
)
inline
static
Definition at line
100
of file
ValueTuple.cs
.
101
{
102
return
new
ValueTuple<T1>
(
item1
);
103
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
ValueTuple
Generated by
1.10.0