- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
Overload_CodeJam_Ranges_CompositeRangeExtensions_ToCompositeRangeTo
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        1 revision
      
    
| Name | Description | |
|---|---|---|
|    | ToCompositeRangeTo(TSource, T)(IEnumerable(TSource), Func(TSource, T)) | Converts sequence of elements to the composite range using only To boundary. The From boundary value is taken from the previous item in sequence (-∞ for the last item in sequence). | 
|    | ToCompositeRangeTo(TSource, T, TKey)(IEnumerable(TSource), Func(TSource, T), Func(TSource, TKey)) | Converts sequence of elements to the composite range using only To boundary. The From boundary value is taken from the previous item in sequence (-∞ for the last item in sequence). |