RangeCollectionAddRange Method |
Name | Description | |
---|---|---|
AddRange(IEnumerableInt32) |
Add a sequence of integers to the RangeCollection. Each may or may not already be in the RangeCollection.
| |
AddRange(IEnumerableInt64) |
Add a sequence of integers to the RangeCollection. Each may or may not already be in the RangeCollection.
| |
AddRange(String) |
Given a contiguous range represented as a string, for example, "1-5", add all the longs in that range to this RangeCollection.
| |
AddRange(Int64, Int64) |
Add all the longs starting at 'begin' to 'last' (inclusive) to the RangeCollection. They may or may not already be in the RangeCollection.
The number of longs added must not be more than long.MaxValue.
|