Contains specialized collections definitions.
Typedefs | |
using | xtd::collections::specialized::string_collection |
Represents a collection of strings. | |
using | xtd::collections::specialized::string_dictionary |
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 |
Implements a xtd::collections::generic::key_value_pair with the key and the value strongly typed to be strings. | |
#include <xtd.core/include/xtd/collections/specialized/string_collection.hpp>
Represents a collection of strings.
#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.
#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.