SyntaxTreeToQsharp.StatementKindTransformation.OnVariableDeclaration 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.
System.Object.OnVariableDeclaration(Microsoft.Quantum.QsCompiler.SyntaxTree.QsBinding{Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression})
public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnVariableDeclaration (Microsoft.Quantum.QsCompiler.SyntaxTree.QsBinding<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression> stm);
override this.OnVariableDeclaration : Microsoft.Quantum.QsCompiler.SyntaxTree.QsBinding<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
Public Overrides Function OnVariableDeclaration (stm As QsBinding(Of TypedExpression)) As QsStatementKind
Parameters
- stm
- QsBinding<TypedExpression>