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.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| Break | A GotoExpression that represents a break statement. | |
| Continue | A GotoExpression that represents a continue statement. | |
| Goto | A GotoExpression that represents a jump to some location. | |
| Return | A GotoExpression that represents a return statement. |
Show: