Class UnaryExpression
Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll
public sealed record UnaryExpression : Expression, IEquatable<Expression>, IEquatable<UnaryExpression>Inheritance
Section titled “Inheritance”object ← Expression ← UnaryExpression
Implements
Section titled “Implements”IEquatable<Expression>, IEquatable<UnaryExpression>
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”UnaryExpression(string, Expression, SourceSpan)
Section titled “ UnaryExpression(string, Expression, SourceSpan)”public UnaryExpression(string Operator, Expression Operand, SourceSpan Span)Parameters
Section titled “Parameters”Operator string
Operand Expression
Span SourceSpan
Properties
Section titled “Properties”Operand
Section titled “ Operand”public Expression Operand { get; init; }Property Value
Section titled “Property Value”Operator
Section titled “ Operator”public string Operator { get; init; }