Table of Contents

Class DILocalVariableArray

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

Array of DILocalVariable 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 DILocalVariableArray : TupleTypedArrayWrapper<DILocalVariable>, IReadOnlyList<DILocalVariable?>, IReadOnlyCollection<DILocalVariable?>, IEnumerable<DILocalVariable?>, IEnumerable
Inheritance
DILocalVariableArray
Implements
Inherited Members