QsConditionalStatement Constructor

Definition

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

Applies to