SyntaxTreeToQsharp.StatementKindTransformation.OnWhileStatement Method

Definition

System.Object.OnWhileStatement(Microsoft.Quantum.QsCompiler.SyntaxTree.QsWhileStatement)
public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnWhileStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.QsWhileStatement stm);
override this.OnWhileStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.QsWhileStatement -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
Public Overrides Function OnWhileStatement (stm As QsWhileStatement) As QsStatementKind

Parameters

Returns

QsStatementKind

Applies to