Show / Hide Table of Contents

Class IrInput

Represents an input statement in the IR.

Inheritance
object
IrNode
IrInput
Inherited Members
IrNode.Line
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>
In this article
Back to top Generated by DocFX