Item1 Property
See Also 
SourceCode Namespace > Tuple<T1> Class : Item1 Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property Item1 As T1
Visual Basic (Usage) Copy Code
Dim instance As Tuple(Of T1)
Dim value As T1
 
value = instance.Item1
C#  
public T1 Item1 {get;}
C++/CLI  
public:
property T1^ Item1 {
   T1^ get();
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also