SyntaxTreeToQsharp.ExpressionKindTransformation.OnLogicalOr Method

Definition

System.Object.OnLogicalOr(Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression)
public override Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> OnLogicalOr (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression lhs, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression rhs);
override this.OnLogicalOr : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
Public Overrides Function OnLogicalOr (lhs As TypedExpression, rhs As TypedExpression) As QsExpressionKind(Of TypedExpression, Identifier, ResolvedType)

Parameters

Returns

QsExpressionKind<TypedExpression,Identifier,ResolvedType>

Applies to