SourceRange Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Source range of the context. Including parse tree, source id and the context range.
public class SourceRange
type SourceRange = class
Public Class SourceRange
- Inheritance
-
SourceRange
Constructors
SourceRange(ParserRuleContext, String, Int32) |
Initializes a new instance of the SourceRange class. |
SourceRange(Range, String) |
Initializes a new instance of the SourceRange class. |
Properties
Range |
Gets or sets range of the block. |
Source |
Gets or sets code source, used as the lg file path. |