Skip to content

P_CodeJam_Collections_SuffixTreeBase_Node_Children

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

SuffixTreeBase.Node.Children Property

A list of child nodes

Remarks

null for leaf nodes

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

Syntax

C#

public List<int> Children { get; }

VB

Public ReadOnly Property Children As List(Of Integer)
	Get

F#

member Children : List<int> with get

Property Value

Type: List(Int32)

See Also

Reference

SuffixTreeBase.Node Structure
CodeJam.Collections Namespace

Clone this wiki locally