Range Type
Represents a range within a file
Instance members
| Instance member | Description | 
| 
                
               | 
                Apply the line directives to the range. 
 | 
| 
                The end position of the range 
 | |
| 
                
              
                  Full Usage: 
                   this.EndColumnReturns: int | 
                The column number for the end position of the range 
 | 
| 
                
              
                  Full Usage: 
                   this.EndLineReturns: int | 
                The line number for the end position of the range 
 | 
| 
                
               | 
                The empty range that is located at the end position of the range 
 | 
| 
                
              
                  Full Usage: 
                   this.FileNameReturns: string | 
                The file name for the file of the range 
 | 
| 
                
              
                  Full Usage: 
                   this.IsSyntheticReturns: 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. 
 | 
| 
                
               | 
                The start position of the range 
 | 
| 
                
              
                  Full Usage: 
                   this.StartColumnReturns: int | 
                The start column of the range 
 | 
| 
                
              
                  Full Usage: 
                   this.StartLineReturns: int | 
                The start line of the range 
 | 
| 
                
               | 
                The empty range that is located at the start position of the range 
 | 
 F# Compiler Guide
            F# Compiler Guide