QsExpression Constructor

Definition

public QsExpression (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpression,Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol,Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType> expression, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> range);
new Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpression : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpression, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType> * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.DataTypes.Range> -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpression
Public Sub New (expression As QsExpressionKind(Of QsExpression, QsSymbol, QsType), range As QsNullable(Of Range))

Parameters

range
QsNullable<Range>

Applies to