Operators.Continue Field

Keyword used to break current loop iteration and continue starting from the next loop step.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public const string Continue = "continue"

Field Value

String

See Also