Click or drag to resize
DnaAlphabetHasTerminations Property
Gets or sets a value indicating whether this alphabet has termination character. This alphabet does not have termination symbols.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool HasTerminations { get; protected set; }

Property Value

Type: Boolean

Implements

IAlphabetHasTerminations
See Also