Advertisement - Continue reading below

Definition of "enum" [enum]

  • An enumeration (set of named constants). (noun)

Wiktionary.org : Text is available under the Creative Commons Attribution-ShareAlike License

Use "enum" in a sentence
  • "Param ([string] $enum) $enumValues = @ {} [enum]:: getvalues ([type] $enum) |"
  • "Notice on that last line that I have to cast the enum member to an int, even though the type of the enum is int, you still have to cast its value."
  • "The type of an enum is whatever the type you’ve specified; in this case the type is "Fields"."