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


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