RangeSeqSet

RangeSeqSet class

Container with range of values to search.

The RangeSeqSet type exposes the following members:

Constructors

NameDescription
RangeSeqSet()Initializes a new instance of the RangeSeqSet class.
RangeSeqSet(start_range)Initializes a new instance of the RangeSeqSet class
RangeSeqSet(start_range, end_range)Initializes a new instance of the RangeSeqSet class
RangeSeqSet(start_range)Initializes a new instance of the RangeSeqSet class
RangeSeqSet(start_range, end_range)Initializes a new instance of the RangeSeqSet class

Properties

NameDescription
start_rangeGets or sets starting boundary of the range to search
end_rangeGets or sets ending boundary of the range to search

See Also