Contains specialized collections definitions.
using xtd::collections::specialized::string_collection = typedef xtd::collections::generic::list<xtd::string> |
#include <xtd.core/include/xtd/collections/specialized/string_collection.hpp>
Represents a collection of strings.
using xtd::collections::specialized::string_dictionary = typedef xtd::collections::generic::dictionary<xtd::string, xtd::string> |
#include <xtd.core/include/xtd/collections/specialized/string_dictionary.hpp>
Represents a xtd::collections::generic::dictionary with the key and the value strongly typed to be strings.
using xtd::collections::specialized::string_key_value_pair = typedef xtd::collections::generic::key_value_pair<xtd::string, xtd::string> |
#include <xtd.core/include/xtd/collections/specialized/string_key_value_pair.hpp>
Implements a xtd::collections::generic::key_value_pair with the key and the value strongly typed to be strings.
using xtd::collections::specialized::string_map = typedef string_dictionary |
#include <xtd.core/include/xtd/collections/specialized/string_map.hpp>
Represents a std::map with the key and the value strongly typed to be strings.
using xtd::collections::specialized::string_pair = typedef string_key_value_pair |
#include <xtd.core/include/xtd/collections/specialized/string_pair.hpp>
Implements a xtd::collections::generic::key_value_pair with the key and the value strongly typed to be strings.
using xtd::collections::specialized::string_vector = typedef string_collection |
#include <xtd.core/include/xtd/collections/specialized/string_vector.hpp>
Represents a collection of strings.