RangeCollectionAddRange Method (IEnumerableInt64) |
Add a sequence of integers to the RangeCollection. Each may or may not already be in the RangeCollection.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void AddRange(
IEnumerable<long> itemList
)
Public Sub AddRange (
itemList As IEnumerable(Of Long)
)
public:
void AddRange(
IEnumerable<long long>^ itemList
)
member AddRange :
itemList : IEnumerable<int64> -> unit
Parameters
- itemList
- Type: System.Collections.GenericIEnumerableInt64
The sequence of longs to add
See Also