Click or drag to resize
RangeCollection Constructor
Overload List
  NameDescription
Public methodRangeCollection
Create an new, empty, RangeCollection.
Public methodRangeCollection(IEnumerableInt32)
Create a new RangeCollection containing the longs from a sequence.
Public methodRangeCollection(IEnumerableInt64)
Create a new RangeCollection containing the longs from a sequence.
Public methodRangeCollection(Int64)
Create an new RangeCollection containing a single long.
Public methodRangeCollection(RangeCollection)
Create a RangeCollection by doing a deep copy of a RangeCollection
Public methodRangeCollection(Int64, Int64)
Create a new Range collection containing all the longs in a range (inclusive)
Top
See Also