-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_ValueOneOf_4
Andrew Koryavchenko edited this page Jul 4, 2017
·
1 revision
The ValueOneOf(T1, T2, T3, T4) generic type exposes the following members.
Name | Description | |
---|---|---|
IsCase1 |
Returns true if class contains value of type T1. |
|
IsCase2 |
Returns true if class contains value of type T2. |
|
IsCase3 |
Returns true if class contains value of type T3. |
|
IsCase4 |
Returns true if class contains value of type T4. |