QsForStatement Constructor

Definition

public QsForStatement (Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> loopItem, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression iterationValues, Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope body);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsForStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsForStatement
Public Sub New (loopItem As Tuple(Of SymbolTuple, ResolvedType), iterationValues As TypedExpression, body As QsScope)

Parameters

iterationValues
TypedExpression
body
QsScope

Applies to