| add(const type_t &item) -> void=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| aggregate(const std::function< type_t(const type_t &, const type_t &)> &func) const -> type_t | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| all(const std::function< bool(const type_t &)> &predicate) const -> bool | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| any() const noexcept -> bool | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| append(const type_t &element) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| as_enumerable() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| average() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| begin() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| bpos | xtd::collections::generic::ilist< type_t > | inlinestatic |
| cast() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| cbegin() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| cend() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| chunk(xtd::usize size) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| clear() -> void=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| concat(const ienumerable< type_t > &second) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| const_iterator typedef | xtd::collections::generic::ienumerable< type_t > | |
| contains(const type_t &item) const noexcept -> bool=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| copy_to(xtd::array< type_t > &array, xtd::usize array_index) const -> void=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| count() const noexcept -> xtd::usize=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| count_by(const std::function< key_t(const type_t &)> &key_selector) const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| default_if_empty() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| distinct() const noexcept | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| empty() const noexcept -> bool | xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > > | inlinevirtual |
| end() const -> const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinevirtual |
| enumerable_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| epos | xtd::collections::generic::ilist< type_t > | inlinestatic |
| first_or_default(const std::function< bool(const type_t &)> &predicate, const type_t &default_value) const noexcept -> type_t | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| get_enumerator() const -> xtd::collections::generic::enumerator< type_t >=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| ienumerable typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| index_of(const type_t &item) const noexcept -> xtd::usize=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| insert(xtd::usize index, const type_t &item) -> void=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| is_fixed_size() const noexcept -> bool=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| is_read_only() const noexcept -> bool=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| is_synchronized() const noexcept -> bool=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| iterator typedef | xtd::collections::generic::ienumerable< type_t > | |
| list typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| npos | xtd::collections::generic::ilist< type_t > | inlinestatic |
| operator<<(const type_t &item) -> icollection< type_t > & | xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > > | inlinevirtual |
| operator>>(const type_t &item) -> icollection< type_t > & | xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > > | inlinevirtual |
| operator[](xtd::usize index) const -> const type_t &=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| operator[](xtd::usize index) -> type_t &=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| order() const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| order_by(const std::function< type_t(const type_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| order_by_descending(const std::function< key_t(const type_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| remove(const type_t &item) -> bool=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| remove_at(xtd::usize index) -> void=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| select(auto &&selector) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |
| size() const noexcept -> xtd::usize | xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > > | inlinevirtual |
| source_type typedef | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| sync_root() const noexcept -> const xtd::object &=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| to_array() const noexcept -> xtd::array< type_t > | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| to_const_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinestatic |
| to_iterator(typename source_collection_t::const_iterator &value, const source_collection_t &source_collection, const target_collection_t &target_collection) noexcept -> typename target_collection_t::const_iterator | xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > > | inlinestatic |
| to_list() const noexcept -> xtd::collections::generic::list< type_t > | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | |
| value_type typedef | xtd::collections::generic::icollection< type_t > | |
| where(auto &&predicate) const | xtd::collections::generic::extensions::enumerable< ienumerable< type_t >, type_t > | inline |