Haettu sana löytyi näillä lähdekielillä:
Käännöksiä ei löytynyt valitulle kohdekielelle.
Määritelmät
Substantiivit
- (computing, programming) An enumeration (set of named constants).
Esimerkit
- Enums allow you to define a type made up of a finite set of identifiers, with each identifier mapping to an integer.
- The Access object model contains many enums that you can use in your applications.
- A unique feature of enums is that when you switch on a variable of an enum type, you do not prefix the case statements...
Taivutusmuodot