| 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 |
| 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 > | |
| capacity() const noexcept | 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::idictionary< key_t, value_t > | |
| 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 | 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_t capacity) | 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(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(input_iterator_t first, input_iterator_t last) | 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(dictionary &&other) noexcept=default | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
| 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::initializer_list< base_value_type > init) | 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) | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | inlineexplicit |
| ensure_capacity(xtd::size capacity) noexcept | 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 |
| 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 |
| 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::idictionary< key_t, value_t > | |
| key_collection 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 |
| mapped_type typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
| memberwise_clone() const | xtd::object | |
| 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 |
| reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
| 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 |
| size_type typedef | xtd::collections::generic::dictionary< key_t, value_t, hasher_t, equator_t, allocator_t > | |
| 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_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 |