Keywords.QsKeyword Constructor

Definition

public QsKeyword (Microsoft.FSharp.Core.FSharpFunc<FParsec.CharStream<Microsoft.FSharp.Collections.FSharpList<Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic>>,FParsec.Reply<Microsoft.Quantum.QsCompiler.DataTypes.Range>> parse, string id);
new Microsoft.Quantum.QsCompiler.TextProcessing.Keywords.QsKeyword : (FParsec.CharStream<List<Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic>> -> FParsec.Reply<Microsoft.Quantum.QsCompiler.DataTypes.Range>) * string -> Microsoft.Quantum.QsCompiler.TextProcessing.Keywords.QsKeyword
Public Sub New (parse As FSharpFunc(Of CharStream(Of FSharpList(Of QsCompilerDiagnostic)), Reply(Of Range)), id As String)

Parameters

parse
Microsoft.FSharp.Core.FSharpFunc<FParsec.CharStream<Microsoft.FSharp.Collections.FSharpList<QsCompilerDiagnostic>>,FParsec.Reply<Range>>
id
String

Applies to