RemoveRange
Leave feedback
On this page
Removes the specified collection of words from this instance of the StopWordDictionary.
public void RemoveRange(IEnumerable<string> words)
| Parameter | Type | Description |
|---|---|---|
| words | IEnumerable`1 | The collection of words to remove. |
- class StopWordDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Removes the specified collection of words from this instance of the StopWordDictionary.
public void RemoveRange(string[] words)
| Parameter | Type | Description |
|---|---|---|
| words | String[] | The collection of words to remove. |
- class StopWordDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.