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