Skip to content

Overload_CodeJam_ValueOneOf_4_Create

Andrew Koryavchenko edited this page Jul 4, 2017 · 1 revision

ValueOneOf(T1, T2, T3, T4).Create Method

Overload List

 

Name Description
Public method Static member Create(T1) Creates instance of OneOf(T1, T2, T3, T4) for value of type T1.
Public method Static member Create(T2) Creates instance of OneOf(T1, T2, T3, T4) for value of type T2.
Public method Static member Create(T3) Creates instance of OneOf(T1, T2, T3, T4) for value of type T3.
Public method Static member Create(T4) Creates instance of OneOf(T1, T2, T3, T4) for value of type T4.
  Back to Top

See Also

Reference

ValueOneOf(T1, T2, T3, T4) Structure
CodeJam Namespace

Clone this wiki locally