StatementKindTransformationBase.OnRepeatStatement(QsRepeatStatement) Method

Definition

public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnRepeatStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.QsRepeatStatement stm);
abstract member OnRepeatStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.QsRepeatStatement -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
override this.OnRepeatStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.QsRepeatStatement -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
Public Overrides Function OnRepeatStatement (stm As QsRepeatStatement) As QsStatementKind

Parameters

Returns

QsStatementKind

Applies to