FileLocation 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.
File-aware, Multi-line source span with Line and Column. Wheras Span is a character span within a single expression.
public class FileLocation
type FileLocation = class
Public Class FileLocation
- Inheritance
-
FileLocation
Constructors
| FileLocation() |
Properties
| ColStart | |
| Filename | |
| LineStart |
Methods
| Apply(String, Span) |
Apply a span (which is a character offset within a single expression) to this file offset. |