Class SimpleSeqSet

SimpleSeqSet class

Simple container for value to search.

public class SimpleSeqSet : SequenceSetBaseValue

Constructors

NameDescription
SimpleSeqSet()Initializes a new instance of the SimpleSeqSet class.
SimpleSeqSet(string)Initializes a new instance of the SimpleSeqSet class.

Properties

NameDescription
Value { get; set; }Gets or sets value to search

Methods

NameDescription
override ToString()Returns a string that represents the current object.
implicit operatorImplicit conversion operation from String to SimpleSeqSet (2 operators)

See Also