QsConditionalStatement 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 QsConditionalStatement (System.Collections.Immutable.ImmutableArray<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock>> conditionalBlocks, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock> default);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsConditionalStatement : System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock> * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsConditionalStatement
Public Sub New (conditionalBlocks As ImmutableArray(Of Tuple(Of TypedExpression, QsPositionedBlock)), default As QsNullable(Of QsPositionedBlock))
Parameters
- conditionalBlocks
- ImmutableArray<Tuple<TypedExpression,QsPositionedBlock>>
- default
- QsNullable<QsPositionedBlock>