Click or drag to resize
RangeCollectionRanges Property
The ranges as a sequence, for example, 1-10 then 333-1200 then 1300

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<KeyValuePair<long, long>> Ranges { get; }

Property Value

Type: IEnumerableKeyValuePairInt64, Int64
See Also