SyntaxTreeToQsharp.StatementKindTransformation.OnVariableDeclaration Method

Definition

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

Returns

QsStatementKind

Applies to