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.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void AddRange(
string rangeAsString
)
Public Sub AddRange (
rangeAsString As String
)
public:
void AddRange(
String^ rangeAsString
)
member AddRange :
rangeAsString : string -> unit
Parameters
- rangeAsString
- Type: SystemString
the range to add represented as a string
See Also