Property ElementType
ElementType
Gets the type of the alloca element
Declaration
public ITypeRef ElementType { get; }
Property Value
public ITypeRef ElementType { get; }
ITypeRef |
Remarks
The NativeType of an Alloca is always a pointer type, this provides the ElementType (e.g. the pointee type) for the alloca.