SynonymDictionaryAddRange Method (String) |
Adds the specified collection of synonym groups to this instance of the
SynonymDictionary.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic void AddRange(
string[][] synonyms
)
Public Sub AddRange (
synonyms As String()()
)
public:
void AddRange(
array<array<String^>^>^ synonyms
)
member AddRange :
synonyms : string[][] -> unit
Parameters
- synonyms
- Type: SystemString
The collection of synonym groups to add to the dictionary.
Exceptions
See Also