xtd 0.2.0
any_pair.hpp
Go to the documentation of this file.
1
4#pragma once
6
8namespace xtd {
10 namespace collections {
25 using any_pair [[deprecated("Replaced by xtd::collections::dictionary_entry - Will be removed in version 0.4.0.")]] = xtd::collections::dictionary_entry;
26 }
27}
Contains xtd::collections::dictionary_entry alias.
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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Defines a key/value pair that can be set or retrieved.
Definition key_value_pair.hpp:37