Contains enum_ and enum_ut_ keywords.
std::vector< std::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.hpp:24
uri_format
Controls how URI information is escaped.
Definition uri_format.hpp:17
@ uri_escaped
Escaping is performed according to the rules in RFC 2396.
Definition uri_format.hpp:23
@ unescaped
No escaping is performed.
Definition uri_format.hpp:21
@ safe_unescaped
Characters that have a reserved meaning in the requested URI components remain escaped....
Definition uri_format.hpp:19
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38