AddRange(IEnumerable<string>)
Adds the specified collection of words to this instance of the SpellingCorrector.
public void AddRange(IEnumerable<string> words)
| Parameter |
Type |
Description |
| words |
IEnumerable`1 |
The collection of words to add to the dictionary. |
| exception |
condition |
| ArgumentNullException |
Thrown when words is null. |
Adds the specified collection of words to this instance of the SpellingCorrector.
public void AddRange(string[] words)
| Parameter |
Type |
Description |
| words |
String[] |
The collection of words to add to the dictionary. |
| exception |
condition |
| ArgumentNullException |
Thrown when words is null. |
We value your opinion. Your feedback will help us improve our documentation.