-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Collections_SuffixTreeBase_ContainsSuffix
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Checks wether the suffix tree contains the given suffix or not
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool ContainsSuffix(
string suffix
)
VB
Public Function ContainsSuffix (
suffix As String
) As Boolean
F#
member ContainsSuffix :
suffix : string -> bool
- suffix
- Type: System.String
The suffix to locate
Type: Boolean
true if found, false otherwise