Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Helper structure to couple two things together.
Namespace: Microsoft.Data.Schema.Common
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Structure Tuple(Of TValue1, TValue2)
'Usage
Dim instance As Tuple(Of TValue1, TValue2)
[SerializableAttribute]
public struct Tuple<TValue1, TValue2>
[SerializableAttribute]
generic<typename TValue1, typename TValue2>
public value class Tuple
JScript does not support generic types or methods.
Type Parameters
- TValue1
- TValue2
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.