IRewriteStep.Diagnostic.Range Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes