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
Section titled “Inheritance”object ← Statement ← ContinueStatement
Implements
Section titled “Implements”IEquatable<Statement>, IEquatable<ContinueStatement>
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”ContinueStatement(SourceSpan)
Section titled “ ContinueStatement(SourceSpan)”Skips to the next iteration of the innermost enclosing loop (continue;).
public ContinueStatement(SourceSpan Span)Parameters
Section titled “Parameters”Span SourceSpan