Skip to content

P_CodeJam_Collections_SuffixTreeBase_EdgeComparer

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

SuffixTreeBase.EdgeComparer Property

The comparer to compare edges of a node against a char

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

Syntax

C#

protected Func<int, char, int> EdgeComparer { get; }

VB

Protected ReadOnly Property EdgeComparer As Func(Of Integer, Char, Integer)
	Get

F#

member EdgeComparer : Func<int, char, int> with get

Property Value

Type: Func(Int32, Char, Int32)

See Also

Reference

SuffixTreeBase Class
CodeJam.Collections Namespace

Clone this wiki locally