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