Skip to content

M_CodeJam_Collections_SuffixTreeBase_Contains

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

SuffixTreeBase.Contains Method

Checks wether the suffix tree contains the given substring or not

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

Syntax

C#

public bool Contains(
	string substring
)

VB

Public Function Contains ( 
	substring As String
) As Boolean

F#

member Contains : 
        substring : string -> bool 

Parameters

 

substring
Type: System.String
The substring to locate

Return Value

Type: Boolean
true if found, false otherwise

See Also

Reference

SuffixTreeBase Class
CodeJam.Collections Namespace

Clone this wiki locally