C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
Tuple2(T1, T2, T3, T4) Class
Tuple2(T1, T2, T3, T4) Properties
Item1 Property
Item2 Property
Item3 Property
Item4 Property
Tuple2
T1
,
T2
,
T3
,
T4
Item4 Property
Returns the second element of the tuple
Namespace:
System
Assembly:
CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
Copy
public
T4
Item4
{
get
; }
Property Value
Type:
T4
See Also
Reference
Tuple2
T1, T2, T3, T4
Class
System Namespace