Interface IBranchOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IBranchOperation : IOperation
Properties
BranchKind
Declaration
BranchKind BranchKind { get; }
Property Value
| Type | Description |
|---|---|
| BranchKind |
Target
Declaration
ILabelSymbol Target { get; }
Property Value
| Type | Description |
|---|---|
| ILabelSymbol |