Table of Contents

Property Module

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

Module

Gets the module for this block

public IModule? Module { get; }

Property Value

IModule

Remarks

If the block is not yet attached to a function, then this is null. This is a shorthand means of retrieving the ParentModule from ContainingFunction