Interface ISequenceType
Interface for an LLVM sequence type
Namespace: Ubiquity.NET.Llvm.Types
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public interface ISequenceType : ITypeRef, IExtensiblePropertyContainer
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 |