Class SimpleSeqSet
SimpleSeqSet class
Simple container for value to search.
public class SimpleSeqSet : SequenceSetBaseValue
Constructors
Name | Description |
---|
SimpleSeqSet() | Initializes a new instance of the SimpleSeqSet class. |
SimpleSeqSet(string) | Initializes a new instance of the SimpleSeqSet class. |
Properties
Name | Description |
---|
Value { get; set; } | Gets or sets value to search |
Methods
Name | Description |
---|
override ToString() | Returns a string that represents the current object. |
implicit operator | Implicit conversion operation from String to SimpleSeqSet (2 operators) |
See Also