QsPositionedBlock(QsScope, QsNullable<QsLocation>, QsComments) Constructor

Definition

public QsPositionedBlock (Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope body, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> location, Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments comments);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock : Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> * Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock
Public Sub New (body As QsScope, location As QsNullable(Of QsLocation), comments As QsComments)

Parameters

body
QsScope
comments
QsComments

Applies to