Show / Hide Table of Contents

Class IrIndex

Represents an array/indexer access operation in the IR.

Inheritance
object
IrNode
IrIndex
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 IrIndex : IrNode

Fields

Index

Gets or sets the index expression.

Declaration
public required IrNode Index
Field Value
Type Description
IrNode

Target

Gets or sets the target object being indexed.

Declaration
public required IrNode Target
Field Value
Type Description
IrNode
In this article
Back to top Generated by DocFX