共用方式為


System.Tuple<'T1> 類別 (F#)

F# Tuple 型別的已編譯版本。 這些是不會直接使用的版本,但是其他 CLI 語言會看到這些已編譯形式。

命名空間/模組路徑:System

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

type Tuple<'T1> =
 class
  interface IComparable
  interface IStructuralComparable
  interface IStructuralEquatable
  new Tuple : 'T1 -> Tuple<'T1>
  member this.Item1 :  'T1
 end

備註

此型別僅可搭配以 .NET Framework 2.0 為目標的 F# 執行階段使用。 如果您使用的.NET Framework 4,使用.NET Framework 4 型別具有相同的名稱 Tuple<T1>

建構函式

成員

說明

new

執行個體成員

成員

說明

Item1

平台

Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2

版本資訊

F# 執行階段

支援版本:2.0

Silverlight

支援版本:3

請參閱

參考

System 命名空間 (F#)