See Also
WordListBuilder Methods
|
WordListBuilder Class
|
WordListBuilder Members
|
dtSearch.Engine Namespace
You are here:
Symbol Reference
>
dtSearch.Engine Namespace
>
Classes
>
WordListBuilder Class
>
WordListBuilder Methods
>
ListWords Method
Close
dtSearch .NET Standard API 2024.02
Contents
|
Index
|
Reference
|
Home
Previous
|
Up
|
Next
WordListBuilder.ListWords Method
List words surrounding cursorWord in the index
C#
public
int
ListWords
(
string
cursorWord
,
int
range
);
Parameters
Parameters
Description
cursorWord
The word that will appear in the middle of the list
range
Number of words to find before and after cursorWord in the index
Returns
Number of words in the list
See Also
WordListBuilder Methods
|
WordListBuilder Class
|
WordListBuilder Members
|
dtSearch.Engine Namespace