Table of Contents

Class IrExpression

Namespace
Xui.GPU.IR
Assembly
Xui.Core.dll

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; }

Property Value

IrType