SyntaxExtensions.New.Static Method
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 static Microsoft.Quantum.QsCompiler.SyntaxTree.QsRepeatStatement QsRepeatStatement.New.Static (Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock repeatBlock, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression successCondition, Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock fixupBlock);
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsRepeatStatement.New.Static : Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock * Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsRepeatStatement
Public Shared Function QsRepeatStatement.New.Static (repeatBlock As QsPositionedBlock, successCondition As TypedExpression, fixupBlock As QsPositionedBlock) As QsRepeatStatement
Parameters
- repeatBlock
- QsPositionedBlock
- successCondition
- TypedExpression
- fixupBlock
- QsPositionedBlock