QsWhileStatement(TypedExpression, QsScope) 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 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