xtd
0.2.0
Toggle main menu visibility
Home
Categories
Documentation
Namespaces
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
v
x
Enumerations
Related Symbols
o
Files
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
hashtable.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
generic/dictionary.hpp
"
6
#include "
dictionary_entry.hpp
"
7
#include "../as.hpp"
8
#include "../any_object.hpp"
9
11
namespace
xtd
{
13
namespace
collections {
48
using
hashtable
=
xtd::collections::generic::dictionary<xtd::any_object, xtd::any_object>
;
49
}
50
}
xtd::collections::generic::dictionary
Represents a collection of keys and values.
Definition
dictionary.hpp:67
dictionary.hpp
Contains xtd::collections::generic::dictionary <key_t, value_t> class.
dictionary_entry.hpp
Contains xtd::collections::dictionary_entry alias.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.hpp:10
Generated on Sun Mar 9 2025 23:56:05 for xtd by
Gammasoft
. All rights reserved.