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 SourceEndLocation
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 |