IRewriteStep.GeneratedDiagnostics 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.
Contains diagnostics generated by the rewrite step and intended for display to the user. Depending on the specified build configuration, the generated diagnostics may be queried after all implemented interface methods have been executed.
public System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.IRewriteStep.Diagnostic> GeneratedDiagnostics { get; }
member this.GeneratedDiagnostics : seq<Microsoft.Quantum.QsCompiler.IRewriteStep.Diagnostic>
Public ReadOnly Property GeneratedDiagnostics As IEnumerable(Of IRewriteStep.Diagnostic)