[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.CharRangeList

CharRangeList Class

List of CharRange objects.

Inheritance
CharRangeList
Namespace: C1.WPF.SpellChecker
Assembly: C1.WPF.SpellChecker.4.6.2.dll
Syntax
public class CharRangeList : List<CharRange>, IList<CharRange>, ICollection<CharRange>, IList, ICollection, IReadOnlyList<CharRange>, IReadOnlyCollection<CharRange>, IEnumerable<CharRange>, IEnumerable
Public Class CharRangeList
    Inherits List(Of CharRange)
    Implements IList(Of CharRange), ICollection(Of CharRange), IList, ICollection, IReadOnlyList(Of CharRange), IReadOnlyCollection(Of CharRange), IEnumerable(Of CharRange), IEnumerable

Constructors

Name Description
CharRangeList()

Methods

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.