Table of Contents

Interface IFileLineCharIndex

Namespace
Hi.Common.FileLines
Assembly
HiGeom.dll

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; }

Property Value

int