StopWordDictionaryAddRange Method (IEnumerableString) |
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic void AddRange(
IEnumerable<string> words
)
Public Sub AddRange (
words As IEnumerable(Of String)
)
public:
void AddRange(
IEnumerable<String^>^ words
)
member AddRange :
words : IEnumerable<string> -> unit
Parameters
- words
- Type: System.Collections.GenericIEnumerableString
The collection of words to add to the dictionary.
See Also