AddRange
AddRange(IEnumerable<string>)
将指定的单词集合添加到该实例StopWordDictionary
.
public void AddRange(IEnumerable<string> words)
范围 | 类型 | 描述 |
---|---|---|
words | IEnumerable`1 | 要添加到词典中的单词集合。 |
也可以看看
- class StopWordDictionary
- 命名空间 GroupDocs.Search.Dictionaries
- 部件 GroupDocs.Search
AddRange(string[])
将指定的单词集合添加到该实例StopWordDictionary
.
public void AddRange(string[] words)
范围 | 类型 | 描述 |
---|---|---|
words | String[] | 要添加到词典中的单词集合。 |
也可以看看
- class StopWordDictionary
- 命名空间 GroupDocs.Search.Dictionaries
- 部件 GroupDocs.Search