Interface IFileLineCharIndex
Interface for a character-level position within a file: file, line, and character index. All indices are 0-based.
public interface IFileLineCharIndex : IFileLineIndex, IGetFileLineIndex
- Inherited Members
- Extension Methods
Properties
CharIndex
Character index within the line. 0-based.
int CharIndex { get; }