QsCompilerDiagnostic(DiagnosticItem, IEnumerable<String>, Range) Constructor
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.
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