GotoExpressionKind Enumeration

Definition

Gibt an, welche Art von Sprung dieses GotoExpression darstellt.

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

Felder

Name Wert Beschreibung
Goto 0

A GotoExpression that represents a jumps to some location.

Return 1

A GotoExpression that represents a return statement.

Break 2

A GotoExpression that represents a break statement.

Continue 3

A GotoExpression that represents a continue statement.

Gilt für: