Click or drag to resize
RangeCollection Constructor (Int64, Int64)
Create a new Range collection containing all the longs in a range (inclusive)

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

Parameters

begin
Type: SystemInt64
The first long to include in the RangeCollection
last
Type: SystemInt64
The last long to include in the RangeCollection

Return Value

Type: 
a new RangeCollection
See Also