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