QsWhileStatement(TypedExpression, QsScope) Constructor

Definition

public QsWhileStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression condition, Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope body);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsWhileStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsWhileStatement
Public Sub New (condition As TypedExpression, body As QsScope)

Parameters

condition
TypedExpression
body
QsScope

Applies to