Struct ShortCircuitOperands
public readonly record struct ShortCircuitOperands : IEquatable<ShortCircuitOperands>
- Implements
- Inherited Members
Constructors
ShortCircuitOperands(Expression, Expression, bool)
public ShortCircuitOperands(Expression First, Expression Second, bool Reordered)
Parameters
FirstExpressionSecondExpressionReorderedbool
Properties
First
public Expression First { get; init; }
Property Value
Reordered
public bool Reordered { get; init; }
Property Value
Second
public Expression Second { get; init; }