Table of Contents

Method CreateTypeArray

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

CreateTypeArray(IEnumerable<DIType?>)

Create a debug metadata array of debug types

public DITypeArray CreateTypeArray(IEnumerable<DIType?> types)

Parameters

types IEnumerable<DIType>

Types to include in the array

Returns

DITypeArray

Array containing the types