Table of Contents

Class IrParameter

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

Represents a parameter reference.

public class IrParameter : IrExpression
Inheritance
IrParameter
Inherited Members

Constructors

IrParameter(string, IrType)

Initializes a new instance of the IrParameter class.

public IrParameter(string name, IrType type)

Parameters

name string
type IrType

Properties

Kind

Gets the node kind for this parameter reference.

public override IrNodeKind Kind { get; }

Property Value

IrNodeKind

Name

Gets the name of the parameter.

public string Name { get; }

Property Value

string

Type

Gets the type of the parameter.

public override IrType Type { get; }

Property Value

IrType