Class IrFieldAccess
Represents a field access operation in the IR.
Inherited Members
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public class IrFieldAccess : IrNode
Fields
FieldName
Gets or sets the name of the field being accessed.
Declaration
public required string FieldName
Field Value
Type | Description |
---|---|
string |
Target
Gets or sets the target object whose field is being accessed.
Declaration
public required IrNode Target
Field Value
Type | Description |
---|---|
IrNode |