Show / Hide Table of Contents

Class IrStructInit

Represents a structure initialization in the IR.

Inheritance
object
IrNode
IrStructInit
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 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
In this article
Back to top Generated by DocFX