GotoExpressionKind Enumeration

GotoExpressionKind Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies what kind of jump this GotoExpression represents.

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

No code example is currently available or this language may not be supported.

Member nameDescription
BreakA GotoExpression that represents a break statement.
ContinueA GotoExpression that represents a continue statement.
GotoA GotoExpression that represents a jump to some location.
ReturnA GotoExpression that represents a return statement.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft