Class BinaryExpression
Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll
public sealed record BinaryExpression : Expression, IEquatable<Expression>, IEquatable<BinaryExpression>Inheritance
Section titled “Inheritance”object ← Expression ← BinaryExpression
Implements
Section titled “Implements”IEquatable<Expression>, IEquatable<BinaryExpression>
Inherited Members
Section titled “Inherited Members”Expression.Span, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”BinaryExpression(Expression, string, Expression, SourceSpan)
Section titled “ BinaryExpression(Expression, string, Expression, SourceSpan)”public BinaryExpression(Expression Left, string Operator, Expression Right, SourceSpan Span)Parameters
Section titled “Parameters”Left Expression
Operator string
Right Expression
Span SourceSpan
Properties
Section titled “Properties”public Expression Left { get; init; }Property Value
Section titled “Property Value”Operator
Section titled “ Operator”public string Operator { get; init; }Property Value
Section titled “Property Value”public Expression Right { get; init; }