-
Notifications
You must be signed in to change notification settings - Fork 36
P_CodeJam_Collections_Suffix_SourceIndex
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
The index of the source string in the order or addition to the Suffix tree
0 - for the first added string, 1 - for the second, etc
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public int SourceIndex { get; }
VB
Public ReadOnly Property SourceIndex As Integer
Get
F#
member SourceIndex : int with get
Type: Int32