attribute [UnscopedEnum]¶
Description¶
Marks a enum type as an unscoped enum. The enum cases of an unscoped enum are not scoped within the enum type, and can be referenced directly without the enum type name.
Signature¶
[UnscopedEnum]
Marks a enum type as an unscoped enum. The enum cases of an unscoped enum are not scoped within the enum type, and can be referenced directly without the enum type name.
[UnscopedEnum]