Definder - what does the word mean?

What is enums?

Enumerated type
In computer programming, an enumerated type is a data type consisting of a set of named values called elements, members, enumeration, or enumerators of the type. The enumerator names are usually identifiers that behave as constants in the language. An enumerated type can be seen as a degenerate tagged union of unit type.

Enums in c#

enum Direction {

Up,

Down,

Left,

Right
}

👍25 👎11


enums - meme gif

enums meme gif

enums - video

loading