Table of Contents

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>
Inheritance
ContinueStatement
Implements
Inherited Members

Constructors

ContinueStatement(SourceSpan)

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

public ContinueStatement(SourceSpan Span)

Parameters

Span SourceSpan