Class IrStoreIndex
Represents an array/indexer store operation in the IR.
Inherited Members
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 |