LineMapping.CharacterOffset Property

Definition

The optional offset in the syntax tree for the line immediately following an enhanced #line directive in C#.

public int? CharacterOffset { get; }
member this.CharacterOffset : Nullable<int>
Public ReadOnly Property CharacterOffset As Nullable(Of Integer)

Property Value

Applies to