Property ElementType
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
ElementType
Gets the type of the alloca element
public ITypeRef ElementType { get; }
Property Value
Remarks
The NativeType of an Alloca is always a pointer type, this provides the ElementType (e.g. the pointee type) for the alloca.