Table of Contents

Struct ShortCircuitOperands

Namespace
DotBoxD.Kernels.Model
Assembly
DotBoxD.Kernels.dll
public readonly record struct ShortCircuitOperands : IEquatable<ShortCircuitOperands>
Implements
Inherited Members

Constructors

ShortCircuitOperands(Expression, Expression, bool)

public ShortCircuitOperands(Expression First, Expression Second, bool Reordered)

Parameters

First Expression
Second Expression
Reordered bool

Properties

First

public Expression First { get; init; }

Property Value

Expression

Reordered

public bool Reordered { get; init; }

Property Value

bool

Second

public Expression Second { get; init; }

Property Value

Expression