Class DITypeArray
[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