GotoExpressionKind 枚举

指定此 GotoExpression 表示的跳转种类。

Break 2

一个表示 break 语句的 GotoExpression

Continue 3

一个表示 continue 语句的 GotoExpression

Goto 0

一个表示跳转到某个位置的 GotoExpression

Return 1

一个表示 return 语句的 GotoExpression

猜你喜欢

转载自blog.csdn.net/weixin_30589127/article/details/84646769