xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
specialized
ordered_dictionary.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
../../any_object.hpp
"
6
#include "
../generic/ordered_dictionary.hpp
"
7
#include "
../../string.hpp
"
8
10
namespace
xtd
{
12
namespace
collections
{
14
namespace
specialized
{
28
using
ordered_dictionary
=
xtd::collections::generic::ordered_dictionary<xtd::any_object, xtd::any_object>
;
29
}
30
}
31
}
32
any_object.hpp
Contains xtd::any_object class.
xtd::collections::generic::ordered_dictionary
Represents a collection of key/value pairs that are accessible by the key or index.
Definition
ordered_dictionary.hpp:32
ordered_dictionary.hpp
Contains xtd::collections::generic::ordered_dictionary <key_t, value_t> class.
xtd::collections::specialized::ordered_dictionary
xtd::collections::generic::ordered_dictionary< xtd::any_object, xtd::any_object > ordered_dictionary
Represents a collection of key/value pairs that are accessible by the key or index.
Definition
ordered_dictionary.hpp:28
xtd::collections::specialized
The xtd::collections::specialized namespace contains specialized and strongly-typed collections; for ...
Definition
ordered_dictionary.hpp:14
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
string.hpp
Contains xtd::string alias.
Generated on
for xtd by
Gammasoft
. All rights reserved.