Choice<'T1, 'T2, 'T3> Type
Helper types for active patterns with 3 choices.
Union cases
| Union case | Description | 
| 
                
              
                  Full Usage: 
                   Choice1Of3 'T1Parameters: 
 'T1 | 
                Choice 1 of 3 choices 
 | 
| 
                
              
                  Full Usage: 
                   Choice2Of3 'T2Parameters: 
 'T2 | 
                Choice 2 of 3 choices 
 | 
| 
                
              
                  Full Usage: 
                   Choice3Of3 'T3Parameters: 
 'T3 | 
                Choice 3 of 3 choices 
 | 
 FSharp.Core
            FSharp.Core