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