QsCompilerDiagnostic(DiagnosticItem, IEnumerable<String>, Range) Constructor

Definition

public QsCompilerDiagnostic (Microsoft.Quantum.QsCompiler.Diagnostics.DiagnosticItem diagnostic, System.Collections.Generic.IEnumerable<string> arguments, Microsoft.Quantum.QsCompiler.DataTypes.Range range);
new Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic : Microsoft.Quantum.QsCompiler.Diagnostics.DiagnosticItem * seq<string> * Microsoft.Quantum.QsCompiler.DataTypes.Range -> Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic
Public Sub New (diagnostic As DiagnosticItem, arguments As IEnumerable(Of String), range As Range)

Parameters

diagnostic
DiagnosticItem
arguments
IEnumerable<String>
range
Range

Applies to