Skip to content

T_CodeJam_Ranges_CompositeRange

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

CompositeRange Class

Helper methods for the .

Helper methods for the .

Inheritance Hierarchy

System.Object
  CodeJam.Ranges.CompositeRange
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static class CompositeRange

VB

Public NotInheritable Class CompositeRange

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type CompositeRange =  class end

Methods

 

Name Description
Public methodStatic member Create(T)(Range(T)) Creates the composite range.
Public methodStatic member Create(T)(Range(T)[]) Creates the composite range.
Public methodStatic member Create(T, TKey)(Range(T, TKey)) Creates the composite range.
Public methodStatic member Create(T, TKey)(Range(T, TKey)[]) Creates the composite range.
  Back to Top

See Also

Reference

CodeJam.Ranges Namespace
CodeJam.Ranges.CompositeRange(T)
CodeJam.Ranges.CompositeRange(T)

Clone this wiki locally