xtd 0.2.0
Loading...
Searching...
No Matches

◆ get_names()

template<typename enum_t >
static std::vector< xtd::string > xtd::enum_object< std::nullptr_t >::get_names ( )
inlinestaticnoexcept

Retrieves an array of the names of the constants in a specified enumeration.

Returns
std::vector<xtd::string> A xtd::string array of the names of the constants in enumType.
Exceptions
xtd::argument_exceptionThe value is ! a value of enumType.