Click or drag to resize
Sequence Constructor (ISequence)
Initializes a new instance of the Sequence class with passed new Sequence. Creates a copy of the sequence.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public Sequence(
	ISequence newSequence
)

Parameters

newSequence
Type: BioISequence
The New sequence for which the copy has to be made.
See Also