SyntaxExtensions.New.Static Method
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.
[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
- location
- QsNullable<QsLocation>
- kind
- QsStatementKind
- symbolDecl
- LocalDeclarations
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute