SyntaxTreeToQsharp.StatementKindTransformation.OnReturnStatement Method

Definition

System.Object.OnReturnStatement(Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression)
public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnReturnStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression ex);
override this.OnReturnStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
Public Overrides Function OnReturnStatement (ex As TypedExpression) As QsStatementKind

Parameters

Returns

QsStatementKind

Applies to