共用方式為


System.Tuple<'T1,'T2,'T3,'T4,'T5,'T6,'T7> 類別 (F#)

命名空間/模組路徑:System

組件:FSharp.Core (在 FSharp.Core.dll 中)

type Tuple<'T1,'T2,'T3,'T4,'T5,'T6,'T7> =
 class
  interface IComparable
  interface IStructuralComparable
  interface IStructuralEquatable
  new Tuple : 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7 -> Tuple<'T1,'T2,'T3,'T4,'T5,'T6,'T7>
  member this.Item1 :  'T1
  member this.Item2 :  'T2
  member this.Item3 :  'T3
  member this.Item4 :  'T4
  member this.Item5 :  'T5
  member this.Item6 :  'T6
  member this.Item7 :  'T7
 end

備註

這個型別僅可搭配 F# 核心程式庫版本以 .NET Framework 2.0 為目標。 如果您是使用 .NET Framework 4,請使用名稱一樣是 Tuple<T1, T2, T3, T4, T5, T6, T7> 的 .NET Framework 4 型別。

建構函式

成員

描述

new

執行個體成員

成員

描述

Item1

Item2

Item3

Item4

Item5

Item6

Item7

平台

Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2

版本資訊

F# 核心程式庫版本

支援版本:2.0

請參閱

參考

System 命名空間 (F#)