Click or drag to resize
RangeCollectionAddRanges Method
Given a sequence of strings, each of which represents a contiguous range, add all the longs in all the ranges 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 AddRanges(
	IEnumerable<string> rangeAsStringSequence
)

Parameters

rangeAsStringSequence
Type: System.Collections.GenericIEnumerableString
A sequence of strings
See Also