SetRange
Leave feedback
On this page
Sets the type for each character of the specified collection in this instance of the Alphabet.
public void SetRange(char[] characters, CharacterType type)
| Parameter | Type | Description |
|---|---|---|
| characters | Char[] | The collection of characters to set the type. |
| type | CharacterType | The character type. |
- enum CharacterType
- class Alphabet
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Sets the type for each character of the specified collection in this instance of the Alphabet.
public void SetRange(string[] characters, CharacterType type)
| Parameter | Type | Description |
|---|---|---|
| characters | String[] | The collection of characters and surrogate pairs to set the type. |
| type | CharacterType | The character type. |
- enum CharacterType
- class Alphabet
- namespace GroupDocs.Search.Dictionaries
- assembly GroupDocs.Search
Sets the type for each character of the specified collection in this instance of the Alphabet.
public void SetRange(int[] codePoints, CharacterType type)
| Parameter | Type | Description |
|---|---|---|
| codePoints | Int32[] | The collection of Unicode code points to set the type. |
| type | CharacterType | The character type. |
- enum CharacterType
- class Alphabet
- 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.