AttributeAnnotation(QsSymbol, QsExpression, Position, 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 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
- id
- QsSymbol
- argument
- QsExpression
- position
- Position
- comments
- QsComments