AddRange
Leave feedback
On this page
Adds the specified collection of words to this instance of the StopWordDictionary.
public void AddRange(IEnumerable<string> words)
| Parameter | Type | Description |
|---|---|---|
| words | IEnumerable`1 | The collection of words to add to the dictionary. |
- class StopWordDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Adds the specified collection of words to this instance of the StopWordDictionary.
public void AddRange(string[] words)
| Parameter | Type | Description |
|---|---|---|
| words | String[] | The collection of words to add to the dictionary. |
- 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.