Class EnumItem
- Namespace
- SunamoDevCode.CodeGenerator
- Assembly
- SunamoDevCode.dll
Represents an item in an enumeration with metadata.
public class EnumItem
- Inheritance
-
EnumItem
- Inherited Members
- Extension Methods
Properties
Attributes
Gets or sets the attributes dictionary for the enum item.
public Dictionary<string, string>? Attributes { get; set; }
Property Value
Comment
Gets or sets the comment for the enum item.
public string Comment { get; set; }
Property Value
Hex
Gets or sets the hexadecimal value (without the initial 0x prefix).
public string Hex { get; set; }
Property Value
Name
Gets or sets the name of the enum item.
public string Name { get; set; }