Table of Contents

Interface ISequenceType

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

Interface for an LLVM sequence type

public interface ISequenceType : ITypeRef, IEquatable<ITypeRef>
Inherited Members

Remarks

Sequence types represent a sequence of elements of the same type that are contiguous in memory. These include Vectors, Arrays, and pointers.

Properties

ElementType

Gets the types of the elements in the sequence