Click or drag to resize
RangeCollectionAddRangeCollection Method
Add the longs of one RangeCollection to this RangeCollection.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void AddRangeCollection(
	RangeCollection rangeCollection
)

Parameters

rangeCollection
Type: Bio.UtilRangeCollection
The RangeCollection to add
See Also