GotoExpressionKind Enumeration
.NET Framework (current version)
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. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: