-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_Ranges_CompositeRange
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Helper methods for the .
Helper methods for the .
System.Object
CodeJam.Ranges.CompositeRange
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class CompositeRange
VB
Public NotInheritable Class CompositeRange
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type CompositeRange = class end
Name | Description | |
---|---|---|
Create(T)(Range(T)) | Creates the composite range. | |
Create(T)(Range(T)[]) | Creates the composite range. | |
Create(T, TKey)(Range(T, TKey)) | Creates the composite range. | |
Create(T, TKey)(Range(T, TKey)[]) | Creates the composite range. |
CodeJam.Ranges Namespace
CodeJam.Ranges.CompositeRange(T)
CodeJam.Ranges.CompositeRange(T)