xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
any_pair.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
dictionary_entry.hpp
"
6
8
namespace
xtd
{
10
namespace
collections
{
25
using
any_pair
[[deprecated(
"Replaced by xtd::collections::dictionary_entry - Will be removed in version 1.2.0."
)]] =
xtd::collections::dictionary_entry
;
26
}
27
}
dictionary_entry.hpp
Contains xtd::collections::dictionary_entry alias.
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
xtd::collections::any_pair
xtd::collections::dictionary_entry any_pair
Implements a xtd::collections::generic::key_value_pair with the key and the value strongly typed to b...
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.