SyntaxTreeToQsharp.StatementKindTransformation.OnForStatement Method

Definition

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

Parameters

Returns

QsStatementKind

Applies to