StopWordDictionaryRemoveRange Method (IEnumerableString) |
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic void RemoveRange(
IEnumerable<string> words
)
Public Sub RemoveRange (
words As IEnumerable(Of String)
)
public:
void RemoveRange(
IEnumerable<String^>^ words
)
member RemoveRange :
words : IEnumerable<string> -> unit
Parameters
- words
- Type: System.Collections.GenericIEnumerableString
The collection of words to remove.
See Also