SyntaxExtensions.New.Static Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1, 2 })]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement QsStatement.New.Static (Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments comments, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> location, Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind kind, Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations symbolDecl);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1, 2 })>]
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsStatement.New.Static : Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind * Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement
Public Shared Function QsStatement.New.Static (comments As QsComments, location As QsNullable(Of QsLocation), kind As QsStatementKind, symbolDecl As LocalDeclarations) As QsStatement

Parameters

comments
QsComments
symbolDecl
LocalDeclarations

Returns

QsStatement
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to