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.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void AddRanges(
IEnumerable<string> rangeAsStringSequence
)
Public Sub AddRanges (
rangeAsStringSequence As IEnumerable(Of String)
)
public:
void AddRanges(
IEnumerable<String^>^ rangeAsStringSequence
)
member AddRanges :
rangeAsStringSequence : IEnumerable<string> -> unit
Parameters
- rangeAsStringSequence
- Type: System.Collections.GenericIEnumerableString
A sequence of strings
See Also