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