Class IrStructInit
Represents a structure initialization in the IR.
Inherited Members
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public class IrStructInit : IrNode
Fields
Fields
Gets the dictionary of field names to their initialization expressions.
Declaration
public Dictionary<string, IrNode> Fields
Field Value
Type | Description |
---|---|
Dictionary<string, IrNode> |
TypeName
Gets or sets the name of the structure type.
Declaration
public required string TypeName
Field Value
Type | Description |
---|---|
string |