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
search_option
Specifies whether to search the current directory, or the current directory and all subdirectories.
Definition search_option.hpp:25
@ all_directories
Includes the current directory and all its subdirectories in a search operation. This option includes...
Definition search_option.hpp:29
@ top_directory_only
Includes only the current directory in a search operation.
Definition search_option.hpp:27
The xtd::io namespace contains types that allow reading and writing to files and data streams,...
Definition binary_reader.hpp:17
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