Click or drag to resize
RangeCollectionAddRange Method (String)
Given a contiguous range represented as a string, for example, "1-5", add all the longs in that range 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 AddRange(
	string rangeAsString
)

Parameters

rangeAsString
Type: SystemString
the range to add represented as a string
See Also