Core.Choice<'T1,'T2,'T3>-Union (F#)
Hilfstypen für aktive Muster mit drei Optionen.
Namespace/Modulpfad: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
[<StructuralEquality>]
[<StructuralComparison>]
type Choice<'T1,'T2,'T3> =
| Choice1Of3 of 'T1
| Choice2Of3 of 'T2
| Choice3Of3 of 'T3
with
interface IStructuralEquatable
interface IComparable
interface IComparable
interface IStructuralComparable
end
Union-Fälle
Case |
Description |
---|---|
Choice1Of3 von 'T1 |
Die erste Auswahl. |
Choice2Of3 von 'T2 |
Die zweite Auswahl. |
Choice3Of3 von 'T3 |
Die dritte Auswahl. |
Plattformen
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Versionsinformationen
F#-Kern-Bibliotheks-Versionen
Unterstützt in: 2,0, 4,0, portablen