QsRepeatStatement Constructor

Definition

public QsRepeatStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock repeatBlock, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression successCondition, Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock fixupBlock);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsRepeatStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock * Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsRepeatStatement
Public Sub New (repeatBlock As QsPositionedBlock, successCondition As TypedExpression, fixupBlock As QsPositionedBlock)

Parameters

repeatBlock
QsPositionedBlock
successCondition
TypedExpression
fixupBlock
QsPositionedBlock

Applies to