[This is preliminary documentation and is subject to change.]
Initializes a new instance of the GenericPair<(Of <(T1, T2>)>) class
| C# | Visual Basic | Visual C++ |
public GenericPair( T1 element1, T2 element2 )
Public Sub New ( _ element1 As T1, _ element2 As T2 _ )
public: GenericPair( T1 element1, T2 element2 )