xtd 0.2.0
dictionary_entry.hpp
Go to the documentation of this file.
1
4#pragma once
6#include "../any_object.hpp"
7#include <utility>
8
10namespace xtd {
12 namespace collections {
27 }
28}
Contains xtd::any_object class.
xtd::collections::generic::key_value_pair< xtd::any_object, xtd::any_object > dictionary_entry
Defines a dictionary key/value pair that can be set or retrieved.
Definition dictionary_entry.hpp:26
Contains xtd::collections::generic::key_value_pair <key_t, value_t> struct.
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Defines a key/value pair that can be set or retrieved.
Definition key_value_pair.hpp:37