CodeFactory Platform CodeFactory Platform
CodeFactory Platform CodeFactory Platform
CodeFactory

Search Results for

    Interface ISourceLocation

    Notes the location in a source document where the model starts and ends in definition.

    Namespace: CodeFactory.SourceCode
    Assembly: CodeFactory.dll
    Syntax
    public interface ISourceLocation

    Properties

    | Improve this Doc View Source

    EndLocation

    The ending location for the definition of the source.

    Declaration
    DocumentLocation EndLocation { get; }
    Property Value
    Type Description
    DocumentLocation
    | Improve this Doc View Source

    StartLocation

    The starting location for the definition of the source.

    Declaration
    DocumentLocation StartLocation { get; }
    Property Value
    Type Description
    DocumentLocation
    © CodeFactory, LLC. All rights reserved.