RemoveRange
RemoveRange(IEnumerable<string>)
のこのインスタンスから、指定された単語のコレクションを削除します。StopWordDictionary
.
public void RemoveRange(IEnumerable<string> words)
パラメータ | タイプ | 説明 |
---|---|---|
words | IEnumerable`1 | 削除する単語のコレクション。 |
関連項目
- class StopWordDictionary
- 名前空間 GroupDocs.Search.Dictionaries
- 組み立て GroupDocs.Search
RemoveRange(string[])
のこのインスタンスから、指定された単語のコレクションを削除します。StopWordDictionary
.
public void RemoveRange(string[] words)
パラメータ | タイプ | 説明 |
---|---|---|
words | String[] | 削除する単語のコレクション。 |
関連項目
- class StopWordDictionary
- 名前空間 GroupDocs.Search.Dictionaries
- 組み立て GroupDocs.Search