add(const type_t &item)=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
begin() const | xtd::collections::generic::enumerable_iterators< type_t, ienumerable< type_t > > | inlinevirtual |
begin() | xtd::collections::generic::enumerable_iterators< type_t, ienumerable< type_t > > | inlinevirtual |
cbegin() const | xtd::collections::generic::enumerable_iterators< type_t, ienumerable< type_t > > | inlinevirtual |
cend() const | xtd::collections::generic::enumerable_iterators< type_t, ienumerable< type_t > > | inlinevirtual |
clear()=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
const_iterator typedef | xtd::collections::generic::ilist< type_t > | |
contains(const type_t &item) const noexcept=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
copy_to(xtd::array< type_t > &array, xtd::size array_index) const =0 | xtd::collections::generic::icollection< type_t > | pure virtual |
count() const noexcept=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
end() const | xtd::collections::generic::enumerable_iterators< type_t, ienumerable< type_t > > | inlinevirtual |
end() | xtd::collections::generic::enumerable_iterators< type_t, ienumerable< type_t > > | inlinevirtual |
get_enumerator() const =0 | xtd::collections::generic::ienumerable< type_t > | pure virtual |
index_of(const type_t &item) const noexcept=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
insert(xtd::size index, const type_t &item)=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
is_fixed_size() const noexcept=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
is_read_only() const noexcept=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
is_synchronized() const noexcept=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
iterator typedef | xtd::collections::generic::ilist< type_t > | |
npos | xtd::collections::generic::ilist< type_t > | inlinestatic |
operator[](xtd::size index) const =0 | xtd::collections::generic::ilist< type_t > | pure virtual |
operator[](xtd::size index)=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
remove(const type_t &item)=0 | xtd::collections::generic::icollection< type_t > | pure virtual |
remove_at(xtd::size index)=0 | xtd::collections::generic::ilist< type_t > | pure virtual |
sync_root() const noexcept=0 | xtd::collections::generic::icollection< type_t > | pure virtual |