MultiWaySuffixTreeNoAmbiguity Property |
Gets or sets a value indicating whether it Matches basic symbols only.
Namespace: Bio.Algorithms.SuffixTreeAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool NoAmbiguity { get; set; }
Public Property NoAmbiguity As Boolean
Get
Set
public:
virtual property bool NoAmbiguity {
bool get () sealed;
void set (bool value) sealed;
}
abstract NoAmbiguity : bool with get, set
override NoAmbiguity : bool with get, set
Property Value
Type:
BooleanImplements
ISuffixTreeNoAmbiguitySee Also