Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal item1 As T1, _ ByVal item2 As T2, _ ByVal item3 As T3 _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim item1 As T1 Dim item2 As T2 Dim item3 As T3 Dim instance As New Tuple(Of T1,T2,T3)(item1, item2, item3) |
Parameters
- item1
- item2
- item3
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