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