Represents a range within a file
Instance member | Description |
|
|
Full Usage:
this.EndColumn
Returns: int
|
|
Full Usage:
this.EndLine
Returns: int
|
|
|
|
Full Usage:
this.FileName
Returns: string
|
|
Full Usage:
this.IsSynthetic
Returns: bool
|
![]() ![]() ![]() ![]() ![]() ![]() Synthetic marks ranges which are produced by intermediate compilation phases. This bit signifies that the range covers something that should not be visible to language service operations like dot-completion.
|
|
|
Full Usage:
this.StartColumn
Returns: int
|
|
Full Usage:
this.StartLine
Returns: int
|
|
|
|
Static member | Description |
|
|