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 three 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, TValue3)
'Usage
Dim instance As Tuple(Of TValue1, TValue2, TValue3)
[SerializableAttribute]
public struct Tuple<TValue1, TValue2, TValue3>
[SerializableAttribute]
generic<typename TValue1, typename TValue2, typename TValue3>
public value class Tuple
JScript does not support generic types or methods.
Type Parameters
- TValue1
- TValue2
- TValue3
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.