Click or drag to resize
Sequence Constructor
Overload List
  NameDescription
Public methodSequence(ISequence)
Initializes a new instance of the Sequence class with passed new Sequence. Creates a copy of the sequence.
Public methodSequence(IAlphabet, Byte)
Initializes a new instance of the Sequence class with specified alphabet and bytes. Bytes representing Symbols in the values are validated with the specified alphabet.
Public methodSequence(IAlphabet, String)
Initializes a new instance of the Sequence class with specified alphabet and string sequence. Symbols in the sequence are validated with the specified alphabet.
Public methodSequence(IAlphabet, Byte, Boolean)
Initializes a new instance of the Sequence class with specified alphabet and bytes.
Public methodSequence(IAlphabet, String, Boolean)
Initializes a new instance of the Sequence class with specified alphabet and string sequence.
Top
See Also