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