RemoveRange

RemoveRange(IEnumerable<string>)

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.

See Also


RemoveRange(string[])

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.

See Also