The
properties
of System.Tuple<T1,T2> are listed below. For a list of all members, see the Tuple<T1,T2> Members list.
See Also: Inherited members from System.Object
Public Properties
[read-only] | Item1 | T1.
Gets the value of the current Tuple`2 object's first component.
|
[read-only] | Item2 | T2.
Gets the value of the current Tuple`2 object's second component.
|