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