EnumValue


Description:

public EnumValue (string name, Expression? value, SourceReference? source_reference = null, Comment? comment = null)

Creates a new enum value with the specified numerical representation.

Parameters:

name

enum value name

value

numerical representation

Returns:

newly created enum value