-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_ValueOneOf_7_Create
Andrew Koryavchenko edited this page Jul 4, 2017
·
1 revision
Name | Description | |
---|---|---|
Create(T1) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6, T7) for value of type T1. | |
Create(T2) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6, T7) for value of type T2. | |
Create(T3) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6, T7) for value of type T3. | |
Create(T4) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6, T7) for value of type T4. | |
Create(T5) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6, T7) for value of type T5. | |
Create(T6) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6, T7) for value of type T6. | |
Create(T7) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6, T7) for value of type T7. |
ValueOneOf(T1, T2, T3, T4, T5, T6, T7) Structure
CodeJam Namespace