QsConditionalStatement.ConditionalBlocks Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 0)]
public System.Collections.Immutable.ImmutableArray<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock>> ConditionalBlocks { get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 0)>]
ConditionalBlocks : System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock>
Public ReadOnly Property ConditionalBlocks As ImmutableArray(Of Tuple(Of TypedExpression, QsPositionedBlock))

Property Value

ImmutableArray<Tuple<TypedExpression,QsPositionedBlock>>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to