Click or drag to resize
RangeCollectionAddRange Method (IEnumerableInt64)
Add a sequence of integers to the RangeCollection. Each may or may not already be in the RangeCollection.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void AddRange(
	IEnumerable<long> itemList
)

Parameters

itemList
Type: System.Collections.GenericIEnumerableInt64
The sequence of longs to add
See Also