Skip to content

P_CodeJam_Collections_SuffixTreeBase_StringLocations

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

SuffixTreeBase.StringLocations Property

List of locatons of added strings inside the InternalData

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

Syntax

C#

protected List<(int Start, int Length, , , T1 , T2 ,  ,  )> StringLocations { get; }

VB

Protected ReadOnly Property StringLocations As List(Of (Start As Integer, Length As Integer, , ,  As T1,  As T2,  As ,  As ))
	Get

F#

member StringLocations : List<ValueTuple<int, int>> with get

Property Value

Type: List(ValueTuple(Int32, Int32))

See Also

Reference

SuffixTreeBase Class
CodeJam.Collections Namespace

Clone this wiki locally