StatementKindTransformationBase.OnPositionedBlock 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 override Tuple<Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression>,Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock> OnPositionedBlock (Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression> intro, Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock block);
abstract member OnPositionedBlock : Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression> * Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression> * Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock
override this.OnPositionedBlock : Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression> * Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression> * Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock
Public Overrides Function OnPositionedBlock (intro As QsNullable(Of TypedExpression), block As QsPositionedBlock) As Tuple(Of QsNullable(Of TypedExpression), QsPositionedBlock)
Parameters
- intro
- QsNullable<TypedExpression>
- block
- QsPositionedBlock