Interface INamedStructuralType
Interface for a named type with members
Namespace: Ubiquity.NET.Llvm.Types
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public interface INamedStructuralType : ITypeRef, IExtensiblePropertyContainer
Remarks
This is a common interface for structures and unions
Properties
IsOpaque | Gets a value indicating whether the structure is opaque (e.g. has no body defined yet) |
Members | Gets a list of types for all member elements of the structure |
Name | Gets the name of the structure |