QsExpression 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 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
- expression
- QsExpressionKind<QsExpression,QsSymbol,QsType>
- range
- QsNullable<Range>