SourceLineInfo Constructor |
Initializes a new SourceLineInfo.
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 SourceLineInfo( string file, int line, int column )
Parameters
- file
- Type: System.String
Path to the source code file. - line
- Type: System.Int32
Line in file. - column
- Type: System.Int32
Column in file.