SyntaxExtensions.New.Static Method

Definition

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

iterable
TypedExpression
body
QsScope

Returns

QsForStatement

Applies to