xtd 0.2.0
Loading...
Searching...
No Matches
ordered_dictionary.hpp
Go to the documentation of this file.
1
4#pragma once
7#include "../../string.hpp"
8
10namespace xtd {
12 namespace collections {
30 }
31}
32
Contains xtd::any_object class.
Represents a collection of key/value pairs that are accessible by the key or index.
Definition ordered_dictionary.hpp:33
Contains xtd::collections::generic::ordered_dictionary <key_t, value_t> class.
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
The xtd::collections::specialized namespace contains specialized and strongly-typed collections; for ...
Definition ordered_dictionary.hpp:14
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
Contains xtd::string alias.