Skip to content

M_CodeJam_Collections_SuffixTreeBase_ContainsSuffix

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

SuffixTreeBase.ContainsSuffix Method

Checks wether the suffix tree contains the given suffix or not

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

Syntax

C#

public bool ContainsSuffix(
	string suffix
)

VB

Public Function ContainsSuffix ( 
	suffix As String
) As Boolean

F#

member ContainsSuffix : 
        suffix : string -> bool 

Parameters

 

suffix
Type: System.String
The suffix to locate

Return Value

Type: Boolean
true if found, false otherwise

See Also

Reference

SuffixTreeBase Class
CodeJam.Collections Namespace

Clone this wiki locally