Table of Contents

Property UnwindDestination

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

UnwindDestination

Gets or sets the Unwind destination for this CatchSwitch

public BasicBlock? UnwindDestination { get; set; }

Property Value

BasicBlock

Remarks

While retrieving the destination may return null, setting with null will generate an exception. In particular if HasUnwindDestination is false then the UnwindDestination is null.