ExitKind Enum
Specifies the type of block to exit within an ExitStatement.
public enum ExitKind
Fields
| Name | Description |
|---|---|
| Default | The direct containing block. |
| Do | Do loop. |
| For | For loop. |
| Switch | Switch (Select in VB) statement. |
| Try | Try statement. |
| TypeMember | Method or property. |
| While | While loop. |