QsPositionedBlock(QsScope, QsNullable<QsLocation>, QsComments) 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 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
- location
- QsNullable<QsLocation>
- comments
- QsComments