Class IrStructDecl
Represents a struct declaration.
public class IrStructDecl : IrNode
- Inheritance
-
IrStructDecl
- Inherited Members
Constructors
IrStructDecl(IrStructType)
Initializes a new instance of IrStructDecl with the specified struct type.
public IrStructDecl(IrStructType type)
Parameters
typeIrStructType
Properties
Kind
Gets the IR node kind for this declaration.
public override IrNodeKind Kind { get; }
Property Value
Type
Gets the struct type being declared.
public IrStructType Type { get; }