QsStatement 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 QsStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind statement, Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations symbolDeclarations, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> location, Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments comments);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind * Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> * Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement
Public Sub New (statement As QsStatementKind, symbolDeclarations As LocalDeclarations, location As QsNullable(Of QsLocation), comments As QsComments)
Parameters
- statement
- QsStatementKind
- symbolDeclarations
- LocalDeclarations
- location
- QsNullable<QsLocation>
- comments
- QsComments