AddRange
AddRange(IEnumerable<string>)
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. |
See Also
- class StopWordDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
AddRange(string[])
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. |
See Also
- class StopWordDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search