IRewriteStep.Diagnostic.Range Property

Definition

Zero-based range in the source file of the code that caused the generation of the diagnostic. The range is null if the diagnostic is not caused by a piece of source code.

public Microsoft.Quantum.QsCompiler.DataTypes.Range? Range { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Range : Microsoft.Quantum.QsCompiler.DataTypes.Range with get, set
Public Property Range As Range

Property Value

Range
Attributes

Applies to