GotoExpressionKind Enumeration

Definition

Gibt an, welche Art von Sprung diese GotoExpression darstellt.

public enum class GotoExpressionKind
public enum GotoExpressionKind
type GotoExpressionKind = 
Public Enum GotoExpressionKind
Vererbung
GotoExpressionKind

Felder

Break 2

Eine GotoExpression, die eine break-Anweisung darstellt.

Continue 3

Eine GotoExpression, die eine continue-Anweisung darstellt.

Goto 0

Eine GotoExpression, die einen Sprung zu einer Position darstellt.

Return 1

Eine GotoExpression, die eine return-Anweisung darstellt.

Gilt für: