Interface IDocumentLocation
Definition of the information to identify a location within a document.
Namespace: CodeFactory.Document
Assembly: CodeFactory.dll
Syntax
public interface IDocumentLocation
Properties
| Improve this Doc View SourceCharacterPosition
The character position within the line.
Declaration
int CharacterPosition { get; }
Property Value
Type | Description |
---|---|
int |
LineNumber
The line number within the file.
Declaration
int LineNumber { get; }
Property Value
Type | Description |
---|---|
int |