- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
Methods_T_CodeJam_ValueOneOf_6
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        1 revision
      
    The ValueOneOf(T1, T2, T3, T4, T5, T6) generic type exposes the following members.
| Name | Description | |
|---|---|---|
|    | Create(T1) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6) for value of type T1. | 
|    | Create(T2) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6) for value of type T2. | 
|    | Create(T3) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6) for value of type T3. | 
|    | Create(T4) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6) for value of type T4. | 
|    | Create(T5) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6) for value of type T5. | 
|    | Create(T6) | Creates instance of OneOf(T1, T2, T3, T4, T5, T6) for value of type T6. | 
|  | Do | Calls action for actual type argument. | 
|  | Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueType.Equals(Object).) | 
|  | Equals(ValueOneOf(T1, T2, T3, T4, T5, T6)) | Indicates whether the current object is equal to another object of the same type. | 
|  | GetHashCode | Returns the hash code for this instance. (Overrides ValueType.GetHashCode().) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
|  | GetValue(TResult) | Calls func for actual type argument and returns calculated value. | 
|  | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | 
ValueOneOf(T1, T2, T3, T4, T5, T6) Structure
CodeJam Namespace