| DnaAlphabetHasGaps Property  | 
                Gets or sets a value indicating whether this alphabet has a gap character.
                This alphabet does have a gap symbol.
            
 
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic 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
IAlphabetHasGaps
See Also