Tuple<TValue1, TValue2> Structure

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.
[<SealedAttribute>]
[<SerializableAttribute>]
type Tuple<'TValue1, 'TValue2> =  struct end

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.

See Also

Reference

Tuple<TValue1, TValue2> Members

Microsoft.Data.Schema.Common Namespace