| add(const type_t &item) -> void=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| aggregate(func_t &&func) const -> type_t | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| all(predicate_t &&predicate) const -> bool | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| any() const noexcept -> bool | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| append(element_t &&element) const noexcept -> xtd::collections::generic::enumerable_generator< type_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| as_enumerable() const noexcept | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| average() const noexcept | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< 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::enumerable_generator< result_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< 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::enumerable_generator< xtd::array< type_t > > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| clear() -> void=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| concat(second_t &&second) const noexcept -> xtd::collections::generic::enumerable_generator< type_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< 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 |
| xtd::collections::generic::ienumerable::contains(type_t &&value) const noexcept -> bool | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| 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(key_selector_t &&key_selector) const noexcept | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| data() noexcept -> type_t *=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| default_if_empty() const noexcept -> xtd::collections::generic::enumerable_generator< type_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| distinct() const noexcept -> xtd::collections::generic::enumerable_generator< type_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< 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< type_t, xtd::collections::generic::ienumerable< type_t > > | |
| epos | xtd::collections::generic::ilist< type_t > | inlinestatic |
| first_or_default(predicate_t &&predicate, type_t &&default_value) const noexcept -> type_t | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< 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< type_t, xtd::collections::generic::ienumerable< 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< type_t, xtd::collections::generic::ienumerable< type_t > > | |
| max() const -> type_t | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| min() const -> type_t | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| npos | xtd::collections::generic::ilist< type_t > | inlinestatic |
| operator()(xtd::usize index) const -> const type_t & | xtd::collections::generic::extensions::list_common< type_t, ilist< type_t > > | inlinevirtual |
| 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 |
| xtd::collections::generic::extensions::list_common< type_t, ilist< type_t > >::operator[](const xtd::index &index) const -> const type_t & | xtd::collections::generic::extensions::list_common< type_t, ilist< type_t > > | |
| order() const -> xtd::collections::generic::enumerable_generator< type_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| order_by(const std::function< type_t(const type_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| order_by_descending(const std::function< key_t(const type_t &)> &key_selector) const | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< 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< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| shuffle() const -> xtd::collections::generic::enumerable_generator< type_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| size() const noexcept -> xtd::usize | xtd::collections::generic::extensions::collection_common< type_t, icollection< type_t > > | inlinevirtual |
| skip(xtd::usize count) -> xtd::collections::generic::enumerable_generator< type_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| skip_while(auto &&predicate) -> xtd::collections::generic::enumerable_generator< type_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| sync_root() const noexcept -> const xtd::object &=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
| take(xtd::usize count) -> xtd::collections::generic::enumerable_generator< type_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| take_while(auto &&predicate) -> xtd::collections::generic::enumerable_generator< type_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |
| to_array() const -> xtd::array< type_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< 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 -> xtd::collections::generic::list< type_t > | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | |
| value_type typedef | xtd::collections::generic::icollection< type_t > | |
| where(auto &&predicate) const | xtd::collections::generic::extensions::enumerable< type_t, xtd::collections::generic::ienumerable< type_t > > | inline |