Skip to content

P_CodeJam_Collections_SuffixTreeBase_Node_IsLeaf

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

SuffixTreeBase.Node.IsLeaf Property

Shows whether it is a leaf or an internal node

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public bool IsLeaf { get; }

VB

Public ReadOnly Property IsLeaf As Boolean
	Get

F#

member IsLeaf : bool with get

Property Value

Type: Boolean

See Also

Reference

SuffixTreeBase.Node Structure
CodeJam.Collections Namespace

Clone this wiki locally