Pair<T1, T2> Structure

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure Pair(Of T1 As Class, T2 As Class)
'Usage
Dim instance As Pair(Of T1, T2)
[SerializableAttribute]
public struct Pair<T1, T2>
where T1 : class
where T2 : class

Type Parameters

  • T1
  • T2

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Pair<T1, T2> Members

Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace