SynonymDictionaryAddRange Method (IEnumerableString) |
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(
IEnumerable<string[]> synonyms
)
Public Sub AddRange (
synonyms As IEnumerable(Of String())
)
public:
void AddRange(
IEnumerable<array<String^>^>^ synonyms
)
member AddRange :
synonyms : IEnumerable<string[]> -> unit
Parameters
- synonyms
- Type: System.Collections.GenericIEnumerableString
The collection of synonym groups to add to the dictionary.
Exceptions
See Also