Modifier and Type | Method and Description |
---|---|
SimpleSeqSet |
RangeSeqSet.getEndRange()
Gets or sets ending boundary of the range to search
|
SimpleSeqSet |
RangeSeqSet.getStartRange()
Gets or sets starting boundary of the range to search
|
static SimpleSeqSet |
SimpleSeqSet.to_SimpleSeqSet(String simple)
Implicit conversion operation from
String to SimpleSeqSet |
Modifier and Type | Method and Description |
---|---|
void |
RangeSeqSet.setEndRange(SimpleSeqSet value)
Gets or sets ending boundary of the range to search
|
void |
RangeSeqSet.setStartRange(SimpleSeqSet value)
Gets or sets starting boundary of the range to search
|
static String |
SimpleSeqSet.to_String(SimpleSeqSet simple)
Implicit conversion operation from
SimpleSeqSet to String |
Constructor and Description |
---|
RangeSeqSet(SimpleSeqSet startRange)
Initializes a new instance of the
RangeSeqSet class. |
RangeSeqSet(SimpleSeqSet startRange,
SimpleSeqSet endRange)
Initializes a new instance of the
RangeSeqSet class. |