StatementKindTransformationBase.OnForStatement(QsForStatement) Method

Definition

public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnForStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.QsForStatement stm);
abstract member OnForStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.QsForStatement -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
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