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