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