QsValueUpdate(TypedExpression, TypedExpression) Constructor

Definition

public QsValueUpdate (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression lhs, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression rhs);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsValueUpdate : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsValueUpdate
Public Sub New (lhs As TypedExpression, rhs As TypedExpression)

Parameters

Applies to