Pair<T1, T2> Constructor
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
t1 As T1, _
t2 As T2 _
)
'Usage
Dim t1 As T1
Dim t2 As T2
Dim instance As New Pair(t1, t2)
public Pair(
T1 t1,
T2 t2
)
Parameters
- t1
Type: T1
- t2
Type: T2
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace