QsForStatement Constructor
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.
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
- loopItem
- Tuple<SymbolTuple,ResolvedType>
- iterationValues
- TypedExpression
- body
- QsScope