Class IrType
Base class for all type nodes in the IR.
public abstract class IrType : IrNode
- Inheritance
-
IrType
- Derived
- Inherited Members
Properties
Name
Gets the name of this type.
public abstract string Name { get; }
Base class for all type nodes in the IR.
public abstract class IrType : IrNode
Gets the name of this type.
public abstract string Name { get; }