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