Class IrVar
Represents a variable reference in the IR.
Inherited Members
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public class IrVar : IrNode
Fields
Name
Gets or sets the name of the variable.
Declaration
public string? Name
Field Value
Type | Description |
---|---|
string |