Show / Hide Table of Contents

Class IrStoreIndex

Represents an array/indexer store operation in the IR.

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

Value

Gets or sets the value to store at the specified index.

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