Skip to content

Class ContinueStatement

Namespace: DotBoxD.Kernels
Assembly: DotBoxD.Kernels.dll

Skips to the next iteration of the innermost enclosing loop (continue;).

public sealed record ContinueStatement : Statement, IEquatable<Statement>, IEquatable<ContinueStatement>

objectStatementContinueStatement

IEquatable<Statement>, IEquatable<ContinueStatement>

Statement.Span, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Skips to the next iteration of the innermost enclosing loop (continue;).

public ContinueStatement(SourceSpan Span)

Span SourceSpan