AttributeAnnotation(QsSymbol, QsExpression, Position, QsComments) Constructor

Definition

public AttributeAnnotation (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol id, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpression argument, Microsoft.Quantum.QsCompiler.DataTypes.Position position, Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments comments);
new Microsoft.Quantum.QsCompiler.AttributeAnnotation : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol * Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpression * Microsoft.Quantum.QsCompiler.DataTypes.Position * Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments -> Microsoft.Quantum.QsCompiler.AttributeAnnotation
Public Sub New (id As QsSymbol, argument As QsExpression, position As Position, comments As QsComments)

Parameters

argument
QsExpression
position
Position
comments
QsComments

Applies to