StatementKindTransformationBase.OnReturnStatement(TypedExpression) Method

Definition

public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnReturnStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression ex);
abstract member OnReturnStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
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