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