Skip to content

M_CodeJam_Collections_SuffixTreeBase_Print

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

SuffixTreeBase.Print Method

Prints the tree structure to the string for the debugging purposes

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

Syntax

C#

public string Print()

VB

Public Function Print As String

F#

member Print : unit -> string 

Return Value

Type: String
The tree structure as a string

See Also

Reference

SuffixTreeBase Class
CodeJam.Collections Namespace

Clone this wiki locally