MultiWaySuffixEdgeIsLeaf Property |
Gets a value indicating whether the edge is at the leaf.
Namespace: Bio.Algorithms.SuffixTreeAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool IsLeaf { get; }
Public ReadOnly Property IsLeaf As Boolean
Get
public:
property bool IsLeaf {
bool get ();
}
member IsLeaf : bool with get
Property Value
Type:
BooleanSee Also