Interface ISequenceType
Interface for an LLVM sequence type
Namespace: Llvm.NET.Types
Assembly: Llvm.NET.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 |