Item3 Property
See Also 
SourceCode Namespace > Tuple<T1,T2,T3> Class : Item3 Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public ReadOnly Property Item3 As T3
Visual Basic (Usage) Copy Code
Dim instance As Tuple(Of T1,T2,T3)
Dim value As T3
 
value = instance.Item3
C#  
public T3 Item3 {get;}
C++/CLI  
public:
property T3^ Item3 {
   T3^ 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