ContinueKind Enum
Specifies the type of block to continue within an ContinueStatement.
public enum ContinueKind
Fields
| Name | Description |
|---|---|
| Default | The direct containing block. |
| Do | Do loop. |
| For | For loop. |
| While | While loop. |