SyntaxGenerator.AddExpressions Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 2 })]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression AddExpressions (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTypeKind<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType,Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType,Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter,Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation> exType, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression lhs, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression rhs);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 2 })>]
Microsoft.Quantum.QsCompiler.SyntaxGenerator.AddExpressions : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTypeKind<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType, Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType, Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter, Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation> -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression
Public Shared Function AddExpressions (exType As QsTypeKind(Of ResolvedType, UserDefinedType, QsTypeParameter, CallableInformation), lhs As TypedExpression, rhs As TypedExpression) As TypedExpression

Parameters

Returns

TypedExpression
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to