LinePositionSpan Struct

Definition

Immutable span represented by a pair of line number and index within the line.

public readonly struct LinePositionSpan : IEquatable<Microsoft.CodeAnalysis.Text.LinePositionSpan>
[System.Runtime.Serialization.DataContract]
public readonly struct LinePositionSpan : IEquatable<Microsoft.CodeAnalysis.Text.LinePositionSpan>
Inheritance
LinePositionSpan
Attributes
Implements

Constructors

Properties

End

Gets the end position of the span.

Start

Gets the start position of the span.

Methods

Operators

Applies to