GotoExpressionKind Enum

Definition

Specifies what kind of jump this GotoExpression represents.

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

Fields

Break 2

A GotoExpression that represents a break statement.

Continue 3

A GotoExpression that represents a continue statement.

Goto 0

A GotoExpression that represents a jump to some location.

Return 1

A GotoExpression that represents a return statement.

Applies to