Class RangeSeqSet
RangeSeqSet class
Container with range of values to search.
public class RangeSeqSet : SequenceSetBaseValue
Constructors
Name | Description |
---|
RangeSeqSet() | Initializes a new instance of the RangeSeqSet class. |
RangeSeqSet(SimpleSeqSet) | Initializes a new instance of the RangeSeqSet class. |
RangeSeqSet(string) | Initializes a new instance of the RangeSeqSet class. |
RangeSeqSet(SimpleSeqSet, SimpleSeqSet) | Initializes a new instance of the RangeSeqSet class. |
RangeSeqSet(string, string) | Initializes a new instance of the RangeSeqSet class. |
Properties
Name | Description |
---|
EndRange { get; set; } | Gets or sets ending boundary of the range to search |
StartRange { get; set; } | Gets or sets starting boundary of the range to search |
Methods
Name | Description |
---|
override ToString() | Returns a string that represents the current object. |
implicit operator | Implicit conversion operation from RangeSeqSet to String |
See Also