AddRange
Leave feedback
On this page
Adds the specified collection of character replacements to this instance of the CharacterReplacementDictionary.
public void AddRange(IEnumerable<KeyValuePair<char, char>> characterReplacements)
| Parameter | Type | Description |
|---|---|---|
| characterReplacements | IEnumerable`1 | The collection of character replacements to add to the dictionary. |
- class CharacterReplacementDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Adds the specified collection of Unicode code point replacements to this instance of the CharacterReplacementDictionary.
public void AddRange(IEnumerable<KeyValuePair<int, int>> characterReplacements)
| Parameter | Type | Description |
|---|---|---|
| characterReplacements | IEnumerable`1 | The collection of Unicode code point replacements to add to the dictionary. |
- class CharacterReplacementDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Adds the specified collection of character replacements to this instance of the CharacterReplacementDictionary.
public void AddRange(IEnumerable<CharacterReplacementPair> characterReplacements)
| Parameter | Type | Description |
|---|---|---|
| characterReplacements | IEnumerable`1 | The collection of character replacements to add to the dictionary. |
- class CharacterReplacementPair
- class CharacterReplacementDictionary
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Adds the specified collection of character replacements to this instance of the CharacterReplacementDictionary.
public void AddRange(CharacterReplacementPair[] characterReplacements)
| Parameter | Type | Description |
|---|---|---|
| characterReplacements | CharacterReplacementPair[] | The collection of character replacements to add to the dictionary. |
- class CharacterReplacementPair
- 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.