QsValueUpdate(TypedExpression, TypedExpression) 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 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
- lhs
- TypedExpression
- rhs
- TypedExpression