Class IrStructField
Represents a field in a struct.
public class IrStructField
- Inheritance
-
IrStructField
- Inherited Members
Properties
Decorations
Gets the list of decorations applied to this field.
public List<IrDecoration> Decorations { get; }
Property Value
Name
Gets or sets the field name.
public string Name { get; set; }
Property Value
Type
Gets or sets the field type.
public IrType Type { get; set; }