Keywords.QsKeyword 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 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