CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Interface IDocumentLocation

    Definition of the information to identify a location within a document.

    Namespace: CodeFactory.Document
    Assembly: CodeFactory.dll
    Syntax
    public interface IDocumentLocation

    Properties

    CharacterPosition

    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
    © CodeFactory, LLC. All rights reserved.