Skip to content

F_CodeJam_Collections_SuffixTree_InvalidNodeIndex

Andrew Koryavchenko edited this page Jul 4, 2017 · 2 revisions

SuffixTree.InvalidNodeIndex Field

Unassigned node index

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

Syntax

C#

protected const int InvalidNodeIndex = -1

VB

Protected Const InvalidNodeIndex As Integer = -1

F#

static val mutable InvalidNodeIndex: int

Field Value

Type: Int32

See Also

Reference

SuffixTree Class
CodeJam.Collections Namespace

Clone this wiki locally