Table of Contents

Class BinaryLogicalOperatorSemanticContext

Namespace
RDCore.SDK.Semantics.Context
Assembly
RDCore.SDK.dll
public sealed record BinaryLogicalOperatorSemanticContext : OperatorSemanticContext<LogicalOperatorSemanticFlags>, IEquatable<SemanticContext<LogicalOperatorSemanticFlags>>, IEquatable<OperatorSemanticContext<LogicalOperatorSemanticFlags>>, IEquatable<BinaryLogicalOperatorSemanticContext>
Inheritance
BinaryLogicalOperatorSemanticContext
Implements
Inherited Members

Properties

BinaryLeftOperandConversionContext

public ConversionOperationSemanticContext BinaryLeftOperandConversionContext { get; }

Property Value

ConversionOperationSemanticContext

BinaryRightOperandConversionContext

public ConversionOperationSemanticContext BinaryRightOperandConversionContext { get; }

Property Value

ConversionOperationSemanticContext