Pair<T1, T2> Structure
Represents a container for a pair of reference type instances.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.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
A reference type.
- T2
A reference type.
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.