RnaAlphabetHasTerminations Property |
Gets or sets a value indicating whether this alphabet has termination symbols.
This alphabet does not have termination symbols.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool HasTerminations { get; protected set; }
Public Property HasTerminations As Boolean
Get
Protected Set
public:
virtual property bool HasTerminations {
bool get () sealed;
protected: void set (bool value) sealed;
}
abstract HasTerminations : bool with get, set
override HasTerminations : bool with get, set
Property Value
Type:
BooleanImplements
IAlphabetHasTerminationsSee Also