Core.Choice<'T1,'T2,'T3,'T4,'T5>, union (F#)
Types d'assistance pour les modèles actifs avec cinq choix.
Espace de noms/Chemin du module : Microsoft.FSharp.Core
Assembly : FSharp.Core (in FSharp.Core.dll)
[<StructuralEquality>]
[<StructuralComparison>]
type Choice<'T1,'T2,'T3,'T4,'T5> =
| Choice1Of5 of 'T1
| Choice2Of5 of 'T2
| Choice3Of5 of 'T3
| Choice4Of5 of 'T4
| Choice5Of5 of 'T5
with
interface IStructuralEquatable
interface IComparable
interface IComparable
interface IStructuralComparable
end
Cas d'union
Case |
Description |
---|---|
Choice1Of5 of 'T1 |
Le premier choix. |
Choice2Of5 of 'T2 |
Le second choix. |
Choice3Of5 of 'T3 |
Le troisième choix. |
Choice4Of5 of 'T4 |
Le quatrième choix. |
Choice5Of5 of 'T5 |
Le cinquième choix. |
Plateformes
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Informations de version
Versions de bibliothèque principale F#
Prise en charge dans : 2,0, 4,0, portables