Unione Core.Choice<'T1,'T2> (F#)
Tipi helper per modelli attivi con due scelte.
Percorso di spazio dei nomi/modulo: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
[<StructuralEquality>]
[<StructuralComparison>]
type Choice<'T1,'T2> =
| Choice1Of2 of 'T1
| Choice2Of2 of 'T2
with
interface IStructuralEquatable
interface IComparable
interface IComparable
interface IStructuralComparable
end
Case di unione
Case |
Descrizione |
---|---|
Choice1Of2 of 'T1 |
La prima scelta. |
Choice2Of2 of 'T2 |
La seconda scelta. |
Piattaforme
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Informazioni sulla versione
Versioni della libreria di base F#
Supportato in: 2,0, 4,0, portabile