Click or drag to resize
Tuple2T1, T2 Class
Represents a functional tuple that can be used to store two values of different types inside one object.
Inheritance Hierarchy
SystemObject
  SystemTuple2T1, T2

Namespace: System
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public sealed class Tuple2<T1, T2>

Type Parameters

T1
The type of the first element
T2
The type of the second element

The Tuple2T1, T2 type exposes the following members.

Constructors
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Properties
  NameDescription
Public propertyItem1
Retyurns the first element of the tuple
Public propertyItem2
Returns the second element of the tuple
Top
See Also