Interface ICharSequence
This interface represents an ordered set of characters and defines the methods to probe them.
Assembly: DistributedLucene.Net.dll
Syntax
public interface ICharSequence
Properties
Name | Description |
---|---|
Item[Int32] | Returns the character at the specified index, with the first character having index zero. |
Length | Returns the number of characters in this sequence. |
Methods
Name | Description |
---|---|
SubSequence(Int32, Int32) | Returns a ICharSequence from the |
ToString() | Returns a string with the same characters in the same order as in this sequence. |