Contains enum_ and enum_ut_ keywords.
uri_format
Controls how URI information is escaped.
Definition uri_format.h:17
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
@ uri_escaped
Escaping is performed according to the rules in RFC 2396.
@ unescaped
No escaping is performed.
@ safe_unescaped
Characters that have a reserved meaning in the requested URI components remain escaped....
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