- 
        Couldn't load subscription status. 
- Fork 35
Properties_T_CodeJam_OneOf_3
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        1 revision
      
    The OneOf(T1, T2, T3) generic type exposes the following members.
| Name | Description | |
|---|---|---|
|  | IsCase1 | Returns trueif class contains value of type T1. | 
|  | IsCase2 | Returns trueif class contains value of type T2. | 
|  | IsCase3 | Returns trueif class contains value of type T3. |