-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Collections_SuffixTreeBase_Node_IsTerminal
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Shows whether it is a terminal (ending at a string end) node or not
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool IsTerminal { get; }VB
Public ReadOnly Property IsTerminal As Boolean
GetF#
member IsTerminal : bool with get
Type: Boolean