-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Collections_SuffixTreeBase_UpdateNode
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Updates the node at the index
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected void UpdateNode(
int index,
SuffixTreeBase.Node node
)
VB
Protected Sub UpdateNode (
index As Integer,
node As SuffixTreeBase.Node
)
F#
member UpdateNode :
index : int *
node : SuffixTreeBase.Node -> unit
- index
- Type: System.Int32
The index to update - node
- Type: CodeJam.Collections.SuffixTreeBase.Node
The new node value