Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function Create(Of T1)( _ ByVal item1 As T1 _ ) As Tuple(Of T1) |
Visual Basic (Usage) | ![]() |
---|---|
Dim item1 As T1 Dim value As Tuple(Of T1) value = Tuple.Create(Of T1)(item1) |
C++/CLI | |
---|---|
public: static Tuple<T1^>^ Creategeneric<typename T1> ( T1^ item1 ) |
Parameters
- item1
Type Parameters
- T1
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