Tuple<T1, T2> Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Tuple<T1, T2> type exposes the following members.

Properties

  Name Description
Public property Item1 Gets the value of the current Tuple<T1, T2> object's first component.
Public property Item2 Gets the value of the current Tuple<T1, T2> object's second component.

Top