Class IrInput
Represents an input statement in the IR.
Inherited Members
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public class IrInput : IrNode
Fields
VarNames
Gets the list of variable names to store input values.
Declaration
public List<string?> VarNames
Field Value
Type | Description |
---|---|
List<string> |