FileLinePositionSpan.StartLinePosition Property

Definition

Gets the LinePosition of the start of the span.

public:
 property Microsoft::CodeAnalysis::Text::LinePosition StartLinePosition { Microsoft::CodeAnalysis::Text::LinePosition get(); };
public Microsoft.CodeAnalysis.Text.LinePosition StartLinePosition { get; }
member this.StartLinePosition : Microsoft.CodeAnalysis.Text.LinePosition
Public ReadOnly Property StartLinePosition As LinePosition

Property Value

Applies to