Class IrStructType
Represents a struct type.
public class IrStructType : IrType
- Inheritance
-
IrStructType
- Inherited Members
Constructors
IrStructType(string)
Initializes a new instance of IrStructType with the specified name.
public IrStructType(string name)
Parameters
namestring
Properties
Fields
Gets the list of fields in this struct.
public List<IrStructField> Fields { get; }
Property Value
Kind
Gets the IR node kind for this type.
public override IrNodeKind Kind { get; }
Property Value
Name
Gets the name of this struct type.
public override string Name { get; }