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

◆ enum_collection

template<typename enum_t >
using xtd::enum_collection = typedef std::vector<xtd::collections::generic::key_value_pair<enum_t, xtd::string> >

Represents a pair of an enum_t value and a string of an enum of type enum_t.

Header
#include <xtd/enum_collection>
Namespace
xtd
Library
xtd.core
Remarks
For more information about enumeration, see enum class guide.