Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Deconstruct< T1, T2 >()
static void System.TupleExtensions.Deconstruct<
T1
,
T2
>
(
this
Tuple
<
T1
,
T2
>
value
,
out
T1
item1
,
out
T2
item2
)
inline
static
Definition at line
15
of file
TupleExtensions.cs
.
16
{
17
item1 =
value
.Item1;
18
item2 =
value
.Item2;
19
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
TupleExtensions
Generated by
1.10.0