Click or drag to resize
RangeCollectionAddRange Method (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.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void AddRange(
	long begin,
	long last
)

Parameters

begin
Type: SystemInt64
The first long to add
last
Type: SystemInt64
The last long to add
See Also