Pair 构造函数 (Microsoft.Office.Server.ApplicationRegistry.Infrastructure)

该成员仅供内部使用,不应在代码中直接使用。

命名空间: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Public Sub New ( _
    t1 As T1, _
    t2 As T2 _
)
用法
Dim t1 As T1
Dim t2 As T2

Dim instance As New Pair(Of T1, T2)(t1, t2)
public Pair (
    T1 t1,
    T2 t2
)

参数

  • t1
  • t2

另请参阅

参考

Pair Generic Structure
Pair 成员
Microsoft.Office.Server.ApplicationRegistry.Infrastructure 命名空间