Statements.NewRepeatStatement 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.
[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 3 })]
public static Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement,Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[]> NewRepeatStatement (Microsoft.Quantum.QsCompiler.SyntaxProcessing.SymbolTracker symbols, Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock repeatBlock, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression successCondition, Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock fixupBlock);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 3 })>]
Microsoft.Quantum.QsCompiler.SyntaxProcessing.Statements.NewRepeatStatement : Microsoft.Quantum.QsCompiler.SyntaxProcessing.SymbolTracker -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock * Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement * Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[]
Public Shared Function NewRepeatStatement (symbols As SymbolTracker, repeatBlock As QsPositionedBlock, successCondition As TypedExpression, fixupBlock As QsPositionedBlock) As Tuple(Of QsStatement, QsCompilerDiagnostic())
Parameters
- symbols
- SymbolTracker
- repeatBlock
- QsPositionedBlock
- successCondition
- TypedExpression
- fixupBlock
- QsPositionedBlock
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute