[]
List of CharRange objects.
public class CharRangeList : List<CharRange>, IList<CharRange>, ICollection<CharRange>, IList, ICollection, IReadOnlyList<CharRange>, IReadOnlyCollection<CharRange>, IEnumerable<CharRange>, IEnumerable
| Name | Description |
|---|---|
| CharRangeList() |
| Name | Description |
|---|---|
| Add(string, int, bool) | Adds a new CharRange to the list. |
| Equals(object) | Determines whether the given CharRangeList is equal to this one. |
| GetHashCode() | Serves as a hash function for the CharRangeList type. |
| GetRangeFromPosition(int) | Gets the CharRange that contains a specified position within the text. |
| GetRangeIndexFromPosition(int) | Gets the index of the CharRange that contains the specified position within the text. |