SyntaxExtensions.New.Static(TypedExpression, QsScope) Method

Definition

public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsWhileStatement QsWhileStatement.New.Static (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression condition, Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope body);
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsWhileStatement.New.Static : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsWhileStatement
Public Shared Function QsWhileStatement.New.Static (condition As TypedExpression, body As QsScope) As QsWhileStatement

Parameters

condition
TypedExpression
body
QsScope

Returns

QsWhileStatement

Applies to