SyntaxNode.SpanStart Property

Definition

Same as accessing Start on Span.

public:
 property int SpanStart { int get(); };
public int SpanStart { get; }
member this.SpanStart : int
Public ReadOnly Property SpanStart As Integer

Property Value

Remarks

Slight performance improvement.

Applies to