Click or drag to resize
RangeCollection Constructor (IEnumerableInt64)
Create a new RangeCollection containing the longs from a sequence.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public RangeCollection(
	IEnumerable<long> itemSequence
)

Parameters

itemSequence
Type: System.Collections.GenericIEnumerableInt64
A sequences of longs

Return Value

Type: 
a new RangeCollection
See Also