Core.Choice<'T1,'T2,'T3,'T4,'T5,'T6> Union (F#)
Visual Studio 2012
Helper types for active patterns with six choices.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
[<StructuralEquality>] [<StructuralComparison>] type Choice<'T1,'T2,'T3,'T4,'T5,'T6> = | Choice1Of6 of 'T1 | Choice2Of6 of 'T2 | Choice3Of6 of 'T3 | Choice4Of6 of 'T4 | Choice5Of6 of 'T5 | Choice6Of6 of 'T6 with interface IStructuralEquatable interface IComparable interface IComparable interface IStructuralComparable end