Contains enum_ and enum_ut_ keywords.
console_special_key
Specifies combinations of modifier and console keys that can interrupt the current process.
Definition console_special_key.h:21
std::vector< xtd::collections::generic::key_value_pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.h:22
@ control_z
The console_modifiers::control modifier key plus the console_key Z console key.
@ control_backslash
The console_modifiers::control modifier key plus the console_key \ console key.
@ control_break
The console_modifiers::control modifier key plus the BREAK console key.
@ control_c
The console_modifiers::control modifier key plus the console_key C console key.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:38