Table of Contents

Class DITypeArray

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

Array of DIType nodes for use with see DIBuilder methods

[SuppressMessage("Naming", "CA1710:Identifiers should have correct suffix", Justification = "Name matches underlying LLVM and is descriptive of what it is")]
public class DITypeArray : TupleTypedArrayWrapper<DIType>, IReadOnlyList<DIType?>, IReadOnlyCollection<DIType?>, IEnumerable<DIType?>, IEnumerable
Inheritance
DITypeArray
Implements
Inherited Members