Represents a position in a file of source code.
Namespace: Flashtrace.Contexts
Assembly: Flashtrace.dll
Syntax
public readonly struct SourceLineInfo
Constructors
Name | Description |
---|---|
SourceLineInfo(string?, int, int) | Initializes a new instance of the SourceLineInfo struct. |
Properties
Name | Description |
---|---|
Column | Gets the column in File. |
File | Gets the path to the source code file. |
IsNull | Gets a value indicating whether the current SourceLineInfo is null. |
Line | Gets the line in File. |