Skip to content

M_CodeJam_Collections_SuffixTreeBase_BuildFor

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

SuffixTreeBase.BuildFor Method

Appends suffixes for the last added string

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

Syntax

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 

Parameters

 

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)"]

See Also

Reference

SuffixTreeBase Class
CodeJam.Collections Namespace

Clone this wiki locally