Interface ISequenceType
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