-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Collections_SuffixTreeBase_Node_IsTerminal
Andrew Koryavchenko edited this page Jul 4, 2017
·
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: 1.1.0.0 (1.1.0.0)
C#
public bool IsTerminal { get; }VB
Public ReadOnly Property IsTerminal As Boolean
GetF#
member IsTerminal : bool with get
Type: Boolean