Table of Contents

Class BinaryOperatorSemanticContext<TFlags>

Namespace
RDCore.SDK.Semantics.Context
Assembly
RDCore.SDK.dll
public record BinaryOperatorSemanticContext<TFlags> : OperatorSemanticContext<TFlags>, IEquatable<SemanticContext<TFlags>>, IEquatable<OperatorSemanticContext<TFlags>>, IEquatable<BinaryOperatorSemanticContext<TFlags>> where TFlags : struct, Enum

Type Parameters

TFlags
Inheritance
BinaryOperatorSemanticContext<TFlags>
Implements
Derived
Inherited Members

Properties

LeftOperandConversionContext

public ConversionOperationSemanticContext LeftOperandConversionContext { get; init; }

Property Value

ConversionOperationSemanticContext

RightOperandConversionContext

public ConversionOperationSemanticContext RightOperandConversionContext { get; init; }

Property Value

ConversionOperationSemanticContext