xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
idictionary.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
generic/idictionary.hpp
"
6
#include "
enumerator.hpp
"
7
#include "
../as.hpp
"
8
#include "
../any_object.hpp
"
9
11
namespace
xtd
{
13
namespace
collections
{
27
using
idictionary
=
generic::idictionary<xtd::any_object, xtd::any_object>
;
28
}
29
}
any_object.hpp
Contains xtd::any_object class.
as.hpp
Contains xtd::as method.
xtd::collections::generic::idictionary
Represents a generic collection of key/value pairs.
Definition
idictionary.hpp:47
enumerator.hpp
Contains xtd::collections::enumerator alias.
idictionary.hpp
Contains xtd::collections::generic::idictionary <key_t, value_t> interface.
xtd::collections::idictionary
generic::idictionary< xtd::any_object, xtd::any_object > idictionary
interface IComparer exposes a method that compares two objects.
Definition
idictionary.hpp:27
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
Generated on
for xtd by
Gammasoft
. All rights reserved.