RangeCollection Constructor |
Name | Description | |
---|---|---|
![]() | RangeCollection |
Create an new, empty, RangeCollection.
|
![]() | RangeCollection(IEnumerableInt32) |
Create a new RangeCollection containing the longs from a sequence.
|
![]() | RangeCollection(IEnumerableInt64) |
Create a new RangeCollection containing the longs from a sequence.
|
![]() | RangeCollection(Int64) |
Create an new RangeCollection containing a single long.
|
![]() | RangeCollection(RangeCollection) |
Create a RangeCollection by doing a deep copy of a RangeCollection
|
![]() | RangeCollection(Int64, Int64) |
Create a new Range collection containing all the longs in a range (inclusive)
|