RangeSeqSet.RangeSeqSet

RangeSeqSet()

Initializes a new instance of the RangeSeqSet class.

public RangeSeqSet()

See Also


RangeSeqSet(SimpleSeqSet)

Initializes a new instance of the RangeSeqSet class.

public RangeSeqSet(SimpleSeqSet startRange)
ParameterTypeDescription
startRangeSimpleSeqSetThe starting boundary of the range to search

See Also


RangeSeqSet(SimpleSeqSet, SimpleSeqSet)

Initializes a new instance of the RangeSeqSet class.

public RangeSeqSet(SimpleSeqSet startRange, SimpleSeqSet endRange)
ParameterTypeDescription
startRangeSimpleSeqSetThe starting boundary of the range to search
endRangeSimpleSeqSetThe ending boundary of the range to search

See Also


RangeSeqSet(string)

Initializes a new instance of the RangeSeqSet class.

public RangeSeqSet(string startRange)
ParameterTypeDescription
startRangeStringThe value of the starting boundary of the range to search

See Also


RangeSeqSet(string, string)

Initializes a new instance of the RangeSeqSet class.

public RangeSeqSet(string startRange, string endRange)
ParameterTypeDescription
startRangeStringThe value of the starting boundary of the range to search
endRangeStringThe value of the ending boundary of the range to search

See Also