Sdílet prostřednictvím


System.Tuple<'T1,'T2,'T3,'T4,'T5,'T6,'T7,'TRest> – třída (F#)

Cesta k oboru názvů nebo modul: systém

Sestavení: FSharp.Core (v FSharp.Core.dll)

type Tuple<'T1,'T2,'T3,'T4,'T5,'T6,'T7,'TRest> =
 class
  interface IComparable
  interface IStructuralComparable
  interface IStructuralEquatable
  new Tuple : 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7 * 'TRest -> Tuple<'T1,'T2,'T3,'T4,'T5,'T6,'T7,'TRest>
  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
  member this.Rest :  'TRest
 end

Poznámky

Tento typ je určen pro použití pouze s F# Core knihovny verze 2.0 rozhraní.NET Framework který.Pokud používáte rozhraní.NET Framework 4, použijte typ rozhraní.NET Framework 4 se stejným názvem, Tuple.

Konstruktory

Člen

Description

Nový

Členové instance

Člen

Description

Položka1

Položka2

Item3

Item4

Item5

Item6

Item7

Zbývající

Platformy

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

Informace o verzi

F# základní verze knihovny

Podporovány: 2.0

Viz také

Referenční dokumentace

Obor názvů systému (F#)