Skip to content

F_CodeJam_Collections_SuffixTree_InvalidNodeIndex

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

SuffixTree.InvalidNodeIndex Field

Unassigned node index

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.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