QsRepeatStatement 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 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