SourceLineInfo Structure |
Represents a position in a file of source code.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public readonly struct SourceLineInfo
The SourceLineInfo type exposes the following members.
Name | Description | |
---|---|---|
SourceLineInfo |
Initializes a new SourceLineInfo.
|
Name | Description | |
---|---|---|
Column |
Gets the column in File.
| |
File |
Gets the path to the source code file.
| |
IsNull |
Determines whether the current SourceLineInfo is null.
| |
Line |
Gets the line in File.
|