Table of Contents

Method SetBody

Namespace
Ubiquity.NET.Llvm.Types
Assembly
Ubiquity.NET.Llvm.dll

SetBody(bool, params IEnumerable<ITypeRef>)

Sets the body of the structure

void SetBody(bool packed, params IEnumerable<ITypeRef> elements)

Parameters

packed bool

Flag to indicate if the body elements are packed (e.g. no padding)

elements IEnumerable<ITypeRef>

Types of each element (may be empty)