CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
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

    EndLocation

    The ending location for the definition of the source.

    Declaration
    DocumentLocation EndLocation { get; }
    Property Value
    Type Description
    DocumentLocation

    StartLocation

    The starting location for the definition of the source.

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