SyntaxTreeToQsharp.StatementKindTransformation.OnRepeatStatement Method

Definition

System.Object.OnRepeatStatement(Microsoft.Quantum.QsCompiler.SyntaxTree.QsRepeatStatement)
public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnRepeatStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.QsRepeatStatement stm);
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