MetalamaAPI documentationFlashtrace APIFlashtrace.​ContextsSource­Line­Info
Open sandboxFocus

SourceLineInfo Class

Represents a position in a file of source code.

Inheritance
System.Object
SourceLineInfo
Namespace: Flashtrace.Contexts
Assembly: Flashtrace.dll
Syntax
public sealed class SourceLineInfo : ValueType

Constructors

Name Description
SourceLineInfo(String, Int32, Int32)

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.