Class IrParameter
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
Properties
Kind
Gets the node kind for this parameter reference.
public override IrNodeKind Kind { get; }
Property Value
Name
Gets the name of the parameter.
public string Name { get; }
Property Value
Type
Gets the type of the parameter.
public override IrType Type { get; }