Skip to content

P_CodeJam_Collections_SuffixTreeBase_InternalData

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

SuffixTreeBase.InternalData Property

Concatenated input strings

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

Syntax

C#

protected string InternalData { get; }

VB

Protected ReadOnly Property InternalData As String
	Get

F#

member InternalData : string with get

Property Value

Type: String

See Also

Reference

SuffixTreeBase Class
CodeJam.Collections Namespace

Clone this wiki locally