BranchKind Enum

Definition

Kind of the branch for an IBranchOperation

public enum class BranchKind
public enum BranchKind
type BranchKind = 
Public Enum BranchKind
Inheritance
BranchKind

Fields

Break 2

Represents a break branch kind.

Continue 1

Represents a continue branch kind.

GoTo 3

Represents a goto branch kind.

None 0

Represents unknown branch kind.

Applies to