Skip to content

P_CodeJam_Collections_SuffixTreeBase_Node_Begin

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

SuffixTreeBase.Node.Begin Property

Index of the first character of a substring corresponding to the node

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

Syntax

C#

public int Begin { get; }

VB

Public ReadOnly Property Begin As Integer
	Get

F#

member Begin : int with get

Property Value

Type: Int32

See Also

Reference

SuffixTreeBase.Node Structure
CodeJam.Collections Namespace

Clone this wiki locally