- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_Collections_SuffixTree_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 override void BuildFor(
	int begin,
	int end
)VB
Protected Overrides Sub BuildFor ( 
	begin As Integer,
	end As Integer
)F#
abstract BuildFor : 
        begin : int * 
        end : int -> unit 
override BuildFor : 
        begin : int * 
        end : int -> unit 
- begin
- Type: System.Int32
 [Missing documentation for "M:CodeJam.Collections.SuffixTree.BuildFor(System.Int32,System.Int32)"]
- end
- Type: System.Int32
 [Missing documentation for "M:CodeJam.Collections.SuffixTree.BuildFor(System.Int32,System.Int32)"]