RemoveRange
Leave feedback
On this page
Removes the specified collection of character replacements from this instance of the CharacterReplacementDictionary.
public void RemoveRange(IEnumerable<char> characters)
| Parameter | Type | Description |
|---|---|---|
| characters | IEnumerable`1 | The collection of characters to remove. |
- class CharacterReplacementDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Removes the specified collection of Unicode code points replacements from this instance of the CharacterReplacementDictionary.
public void RemoveRange(IEnumerable<int> codePoints)
| Parameter | Type | Description |
|---|---|---|
| codePoints | IEnumerable`1 | The collection of Unicode code points to remove. |
- class CharacterReplacementDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Removes the specified collection of character replacements from this instance of the CharacterReplacementDictionary.
public void RemoveRange(char[] characters)
| Parameter | Type | Description |
|---|---|---|
| characters | Char[] | The collection of characters to remove. |
- class CharacterReplacementDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Removes the specified collection of Unicode code points replacements from this instance of the CharacterReplacementDictionary.
public void RemoveRange(int[] codePoints)
| Parameter | Type | Description |
|---|---|---|
| codePoints | Int32[] | The collection of Unicode code points to remove. |
- class CharacterReplacementDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.