xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
dictionary_entry.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
generic/key_value_pair.hpp
"
6
#include "
../any_object.hpp
"
7
#include <utility>
8
10
namespace
xtd
{
12
namespace
collections
{
26
using
dictionary_entry
=
xtd::collections::generic::key_value_pair<xtd::any_object, xtd::any_object>
;
27
}
28
}
any_object.hpp
Contains xtd::any_object class.
xtd::collections::dictionary_entry
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
key_value_pair.hpp
Contains xtd::collections::generic::key_value_pair <key_t, value_t> struct.
xtd::collections
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition
any_pair.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
xtd::collections::generic::key_value_pair
Defines a key/value pair that can be set or retrieved.
Definition
key_value_pair.hpp:37
Generated on
for xtd by
Gammasoft
. All rights reserved.