-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Collections_SuffixTreeBase_BuildFor
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Appends suffixes for the last added string
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected abstract void BuildFor(
int begin,
int end
)
VB
Protected MustOverride Sub BuildFor (
begin As Integer,
end As Integer
)
F#
abstract BuildFor :
begin : int *
end : int -> unit
- begin
- Type: System.Int32
[Missing documentation for "M:CodeJam.Collections.SuffixTreeBase.BuildFor(System.Int32,System.Int32)"] - end
- Type: System.Int32
[Missing documentation for "M:CodeJam.Collections.SuffixTreeBase.BuildFor(System.Int32,System.Int32)"]