add(const key_t &key, const value_t value) override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlinevirtual |
add(const value_type &item) override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
allocator_type typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
at(const key_t &key) const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
at(const key_t &key) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
base_type typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
base_value_type typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
begin() const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
begin() noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
begin(size_type n) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
begin(size_type n) const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
bucket(const key_t &key) const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
bucket_count() const noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
bucket_size(size_type n) const noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
capacity() const noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
cbegin() const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
cbegin(size_type n) const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
cend() const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
cend(size_type n) const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
clear() noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
comparer() const noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
const_iterator typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
const_local_iterator typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
const_pointer typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
const_reference typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
contains(const key_t &key) const noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
contains(const contains_key_t &x) const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
contains(const value_type &item) const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
contains_key(const key_t &key) const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlinevirtual |
contains_value(const value_t &value) const noexcept (defined in xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t >) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
copy_to(xtd::array< value_type > &array, xtd::size array_index) const override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
count() const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary() noexcept=default | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
dictionary(const idictionary< key_t, value_t > &dictionary) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(const ienumerable< value_type > &collection) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(const equality_comparer_t &comparer) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(size_type bucket_count, const hasher_t &hash=hasher_t {}, const equator_t &equal=equator_t {}, const allocator_type &alloc=allocator_type {}) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlineexplicit |
dictionary(size_type bucket_count, const hasher_t &hash, const allocator_type &alloc) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(const idictionary< key_t, value_t > &dictionary, const equality_comparer_t &comparer) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(const ienumerable< value_type > &collection, const equality_comparer_t &comparer) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(size_t capacity, const equality_comparer_t &comparer) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(input_iterator_t first, input_iterator_t last, size_type bucket_count=0, const hasher_t &hash=hasher_t {}, const equator_t &equal=equator_t {}, const allocator_type &alloc=allocator_type {}) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlineexplicit |
dictionary(input_iterator_t first, input_iterator_t last, size_type bucket_count, const allocator_type &alloc) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlineexplicit |
dictionary(input_iterator_t first, input_iterator_t last, size_type bucket_count, const hasher_t &hash, const allocator_type &alloc) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlineexplicit |
dictionary(const dictionary &other) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(const std::unordered_map< key_t, value_t > &other) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(const std::unordered_map< key_t, value_t > &other, const allocator_type &alloc) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(dictionary &&other) noexcept=default | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
dictionary(dictionary &&other, const allocator_type &alloc) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(std::unordered_map< key_t, value_t > &&other) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(std::unordered_map< key_t, value_t > &&other, const allocator_type &alloc) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(std::initializer_list< base_value_type > init, size_type bucket_count=0, const hasher_t &hash=hasher_t {}, const equator_t &equal=equator_t {}, const allocator_type &alloc=allocator_type {}) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlineexplicit |
dictionary(std::initializer_list< base_value_type > init, size_type bucket_count, const allocator_type &alloc) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(std::initializer_list< base_value_type > init, size_type bucket_count, const hasher_t &hash, const allocator_type &alloc) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(std::initializer_list< key_value_pair< init_key_t, init_value_t > > init, size_type bucket_count=0, const hasher_t &hash=hasher_t {}, const equator_t &equal=equator_t {}, const allocator_type &alloc=allocator_type {}) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlineexplicit |
dictionary(std::initializer_list< key_value_pair< init_key_t, init_value_t > > init, size_type bucket_count, const allocator_type &alloc) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
dictionary(std::initializer_list< key_value_pair< init_key_t, init_value_t > > init, size_type bucket_count, const hasher_t &hash, const allocator_type &alloc) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
difference_type typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
emplace(args_t &&...args) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
emplace_hint(iterator hint, args_t &&...args) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
empty() const noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
end() const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
end() noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
end(size_type n) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
end(size_type n) const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
ensure_capacity(xtd::size capacity) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
equal_range(const key_t &key) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
equal_range(const equal_range_key_t &key) const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
equal_range(const equal_range_key_t &x) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
equal_range(const key_t &x) const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
equals(const object &obj) const noexcept | xtd::object | virtual |
equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
erase(const_iterator pos) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
erase(const_iterator first, const_iterator last) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
erase(const key_t &key) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
extract(const_iterator position) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
extract(const key_t k) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
find(const key_t &key) const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
find(const key_t &key) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
find(const find_key_t &x) const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
find(const find_key_t &x) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
get_allocator() const noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
get_enumerator() const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
get_hash_code() const noexcept | xtd::object | virtual |
get_type() const noexcept | xtd::object | virtual |
hash_function() const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert(const value_type &value) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert(value_type &&value) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert(type_t &&value) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert(const_iterator hint, const value_type &value) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert(const_iterator hint, value_type &&value) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert(const_iterator hint, type_t &&value) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert(input_iterator_t first, input_iterator_t last) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert(std::initializer_list< base_value_type > ilist) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert(std::initializer_list< key_value_pair< init_key_t, init_value_t > > ilist) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert(node_type &&nh) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert(const_iterator hint, node_type &&nh) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert_or_assign(const key_t &k, type_t &&obj) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert_or_assign(key_t &&k, type_t &&obj) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert_or_assign(const_iterator hint, const key_t &k, type_t &&obj) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert_or_assign(const_iterator hint, key_t &&k, type_t &&obj) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
insert_return_type typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
is_read_only() const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
is_synchronized() const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
items() const noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlinevirtual |
items() noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlinevirtual |
iterator typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
key_collection typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
key_eq() const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
key_equal typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
key_type typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
keys() const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlinevirtual |
load_factor() const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
local_iterator typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
mapped_type typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
max_bucket_count() const noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
max_load_factor() const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
max_load_factor(float value) const | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
max_size() const noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
memberwise_clone() const | xtd::object | |
merge(dictionary< key_t, value_t, source_hasher_t, source_equator_t, allocator_t > &source) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
merge(dictionary< key_t, value_t, source_hasher_t, source_equator_t, allocator_t > &&source) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
merge(std::unordered_map< key_t, value_t, source_hasher_t, source_equator_t, allocator_t > &source) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
merge(std::unordered_map< key_t, value_t, source_hasher_t, source_equator_t, allocator_t > &&source) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
merge(std::unordered_multimap< key_t, value_t, source_hasher_t, source_equator_t, allocator_t > &source) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
merge(std::unordered_multimap< key_t, value_t, source_hasher_t, source_equator_t, allocator_t > &&source) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
node_type typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
object()=default | xtd::object | |
operator base_type &() noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
operator const base_type &() const noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
operator=(dictionary &&other) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
operator=(std::unordered_map< key_t, value_t > &&other) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
operator=(const dictionary &other) noexcept=default | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
operator=(const std::unordered_map< key_t, value_t > &other) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
operator=(std::initializer_list< base_value_type > ilist) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
operator=(std::initializer_list< key_value_pair< init_key_t, init_value_t > > ilist) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
operator[](const key_t &key) const override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
operator[](const key_t &key) override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlinevirtual |
pointer typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
reference typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
rehash(size_type count) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
remove(const key_t &key) noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlinevirtual |
remove(const value_type &item) noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
remove(const key_t &key, value_t &value) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
reserve(size_type count) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
size() const noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
size_type typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
swap(dictionary &other) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
sync_root() const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
to_string() const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlinevirtual |
trim_excess(size_type capacity) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
trim_excess() | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
try_add(const key_t &key, const value_t value) noexcept | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
try_emplace(const key_t &k, args_t &&... args) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
try_emplace(key_t &&k, args_t &&... args) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
try_emplace(const_iterator hint, const key_t &k, args_t &&... args) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
try_emplace(const_iterator hint, key_t &&k, args_t &&... args) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inline |
try_get_value(const key_t &key, value_t &value) const override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlinevirtual |
value_collection typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
value_type typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
values() const noexcept override | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlinevirtual |