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 名前空間