Class ContinueStatement
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
SpanSourceSpan