Click or drag to resize
RangeCollectionAddRange Method
Overload List
  NameDescription
Public methodAddRange(IEnumerableInt32)
Add a sequence of integers to the RangeCollection. Each may or may not already be in the RangeCollection.
Public methodAddRange(IEnumerableInt64)
Add a sequence of integers to the RangeCollection. Each may or may not already be in the RangeCollection.
Public methodAddRange(String)
Given a contiguous range represented as a string, for example, "1-5", add all the longs in that range to this RangeCollection.
Public methodAddRange(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.
Top
See Also