SyntaxTreeToQsharp.StatementKindTransformation.OnWhileStatement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- stm
- QsWhileStatement