Table of Contents

Property Successors

Namespace
Ubiquity.NET.Llvm.Instructions
Assembly
Ubiquity.NET.Llvm.dll

Successors

Gets a, potentially empty, collection of successor blocks for this instruction

public IOperandCollection<BasicBlock> Successors { get; }

Property Value

IOperandCollection<BasicBlock>