-
Notifications
You must be signed in to change notification settings - Fork 36
P_CodeJam_Collections_SuffixTreeBase_StringLocations
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
List of locatons of added strings inside the InternalData
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
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
Type: List(ValueTuple(Int32, Int32))