Skip to content

P_CodeJam_Collections_SuffixTreeBase_NodesCount

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

SuffixTreeBase.NodesCount Property

Number of nodes

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

Syntax

C#

protected int NodesCount { get; }

VB

Protected ReadOnly Property NodesCount As Integer
	Get

F#

member NodesCount : int with get

Property Value

Type: Int32

See Also

Reference

SuffixTreeBase Class
CodeJam.Collections Namespace

Clone this wiki locally