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

◆ get_values_as_byte()

template<typename enum_t >
static std::vector< xtd::byte > xtd::enum_object< std::nullptr_t >::get_values_as_byte ( )
inlinestaticnoexcept

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

Returns
Array<xtd::byte> An array that contains the values of the constants in enumType.
Exceptions
xtd::argument_exceptionThe value is ! a value of enumType.