SyntaxExtensions.New.Static 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.
public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsForStatement QsForStatement.New.Static (Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> loopVar, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression iterable, Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope body);
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsForStatement.New.Static : 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 Shared Function QsForStatement.New.Static (loopVar As Tuple(Of SymbolTuple, ResolvedType), iterable As TypedExpression, body As QsScope) As QsForStatement
Parameters
- loopVar
- Tuple<SymbolTuple,ResolvedType>
- iterable
- TypedExpression
- body
- QsScope