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