We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A list of child nodes
null for leaf nodes
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public List<int> Children { get; }
VB
Public ReadOnly Property Children As List(Of Integer) Get
F#
member Children : List<int> with get
Type: List(Int32)
SuffixTreeBase.Node StructureCodeJam.Collections Namespace