System.Linq.Expressions.GotoExpressionKind Enumeration

Specifies what kind of jump this System.Linq.Expressions.GotoExpression represents.

Syntax

public enum GotoExpressionKind

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Break

A System.Linq.Expressions.GotoExpression that represents a break statement.

Continue

A System.Linq.Expressions.GotoExpression that represents a continue statement.

Goto

A System.Linq.Expressions.GotoExpression that represents a jump to some location.

Return

A System.Linq.Expressions.GotoExpression that represents a return statement.

Requirements

Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0