GotoExpressionKind Wyliczenie

Definicja

Określa rodzaj skoku, który reprezentuje GotoExpression .

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

Pola

Break 2

Element GotoExpression reprezentujący instrukcję break.

Continue 3

Element GotoExpression reprezentujący instrukcję continue.

Goto 0

Element GotoExpression reprezentujący przejście do określonej lokalizacji.

Return 1

Obiekt GotoExpression reprezentujący instrukcję return.

Dotyczy