System.Tuple<T1,T2,T3>: Property Members

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]
Item1T1.

Gets the value of the current Tuple`3 object's first component.

[read-only]
Item2T2.

Gets the value of the current Tuple`3 object's second component.

[read-only]
Item3T3.

Gets the value of the current Tuple`3 object's third component.