Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Deconstruct< T1 >()
static void System.TupleExtensions.Deconstruct<
T1
>
(
this
Tuple
<
T1
>
value
,
out
T1
item1
)
inline
static
Definition at line
9
of file
TupleExtensions.cs
.
10
{
11
item1 =
value
.Item1;
12
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
TupleExtensions
Generated by
1.10.0