-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Collections_SuffixTreeBase_BuildFor
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Appends suffixes for the last added string
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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)"]