| add(const xtd::ref< form > &item) -> void override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| add(xtd::ref< form > &&item) -> void | xtd::collections::generic::list< xtd::ref< form > > | inline |
| add_range(const xtd::collections::generic::ienumerable< xtd::ref< form > > &enumerable) -> void | xtd::collections::generic::list< xtd::ref< form > > | inline |
| add_range(std::initializer_list< xtd::ref< form > > il) -> void | xtd::collections::generic::list< xtd::ref< form > > | inline |
| as_read_only() const noexcept -> read_only_collection | xtd::collections::generic::list< xtd::ref< form > > | inline |
| base_type typedef | xtd::forms::form_collection | |
| binary_search(const xtd::ref< form > &item) const noexcept -> xtd::size | xtd::collections::generic::list< xtd::ref< form > > | inline |
| binary_search(const xtd::ref< form > &item, const xtd::collections::generic::icomparer< xtd::ref< form > > &comparer) const noexcept -> xtd::size | xtd::collections::generic::list< xtd::ref< form > > | inline |
| binary_search(xtd::size index, xtd::size count, const xtd::ref< form > &item, const xtd::collections::generic::icomparer< xtd::ref< form > > &comparer) const -> xtd::size | xtd::collections::generic::list< xtd::ref< form > > | inline |
| capacity() const noexcept -> size_type | xtd::collections::generic::list< xtd::ref< form > > | inline |
| capacity(size_type value) -> void | xtd::collections::generic::list< xtd::ref< form > > | inline |
| clear() -> void override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| const_base_type typedef | xtd::collections::generic::list< xtd::ref< form > > | |
| const_pointer typedef | xtd::collections::generic::list< xtd::ref< form > > | |
| const_reference typedef | xtd::collections::generic::list< xtd::ref< form > > | |
| contains(const xtd::ref< form > &value) const noexcept -> bool override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| convert_all(converter_t converter) const -> list< output_t > | xtd::collections::generic::list< xtd::ref< form > > | inline |
| copy_to(xtd::array< xtd::ref< form > > &array) const -> void | xtd::collections::generic::list< xtd::ref< form > > | inline |
| copy_to(xtd::array< xtd::ref< form > > &array, size_type array_index) const -> void override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| copy_to(size_type index, xtd::array< xtd::ref< form > > &array, size_type array_index, size_type count) const -> void | xtd::collections::generic::list< xtd::ref< form > > | inline |
| count() const noexcept -> size_type override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| data() noexcept -> pointer | xtd::collections::generic::list< xtd::ref< form > > | inline |
| data() const noexcept -> const_pointer | xtd::collections::generic::list< xtd::ref< form > > | inline |
| ensure_capacity(xtd::size capacity) -> xtd::size | xtd::collections::generic::list< xtd::ref< form > > | inline |
| equals(const object &obj) const noexcept -> bool override | xtd::collections::generic::list< xtd::ref< form > > | inlinevirtual |
| equals(const list &obj) const noexcept -> bool override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| xtd::object::equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
| xtd::iequatable::equals(const type_t &) const noexcept=0 | xtd::iequatable< type_t > | pure virtual |
| exists(predicate_t match) const -> bool | xtd::collections::generic::list< xtd::ref< form > > | inline |
| find(predicate_t match) const -> optional< xtd::ref< form > > | xtd::collections::generic::list< xtd::ref< form > > | inline |
| find_all(predicate_t match) const -> list | xtd::collections::generic::list< xtd::ref< form > > | inline |
| find_index(predicate_t match) const -> xtd::size | xtd::collections::generic::list< xtd::ref< form > > | inline |
| find_index(xtd::size start_index, predicate_t match) const -> xtd::size | xtd::collections::generic::list< xtd::ref< form > > | inline |
| find_index(xtd::size start_index, xtd::size count, predicate_t match) const -> xtd::size | xtd::collections::generic::list< xtd::ref< form > > | inline |
| find_last(predicate_t match) const -> optional< xtd::ref< form > > | xtd::collections::generic::list< xtd::ref< form > > | inline |
| find_last_index(predicate_t match) const -> xtd::size | xtd::collections::generic::list< xtd::ref< form > > | inline |
| find_last_index(xtd::size start_index, predicate_t match) const -> xtd::size | xtd::collections::generic::list< xtd::ref< form > > | inline |
| find_last_index(xtd::size start_index, xtd::size count, predicate_t match) const -> xtd::size | xtd::collections::generic::list< xtd::ref< form > > | inline |
| for_each(action_t action) -> void | xtd::collections::generic::list< xtd::ref< form > > | inline |
| form_collection()=default | xtd::forms::form_collection | explicit |
| get_enumerator() const noexcept override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| get_hash_code() const noexcept | xtd::object | virtual |
| get_range(size_type index, size_type count) -> list | xtd::collections::generic::list< xtd::ref< form > > | inline |
| get_type() const noexcept | xtd::object | virtual |
| index_of(const xtd::ref< form > &value) const noexcept -> size_type override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| index_of(const xtd::ref< form > &value, size_type index) const -> size_type | xtd::collections::generic::list< xtd::ref< form > > | inline |
| insert(size_type index, const xtd::ref< form > &value) -> void override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| insert(size_type index, xtd::ref< form > &&value) -> void | xtd::collections::generic::list< xtd::ref< form > > | inline |
| insert_range(size_type index, const xtd::collections::generic::ienumerable< xtd::ref< form > > &enumerable) -> void | xtd::collections::generic::list< xtd::ref< form > > | inline |
| insert_range(size_type index, const std::initializer_list< xtd::ref< form > > &items) -> void | xtd::collections::generic::list< xtd::ref< form > > | inline |
| items() const noexcept | xtd::collections::generic::list< xtd::ref< form > > | inline |
| items() noexcept | xtd::collections::generic::list< xtd::ref< form > > | inline |
| last_index_of(const xtd::ref< form > &value) const noexcept -> size_type | xtd::collections::generic::list< xtd::ref< form > > | inline |
| last_index_of(const xtd::ref< form > &value, size_type index, size_type count) const -> size_type | xtd::collections::generic::list< xtd::ref< form > > | inline |
| list() noexcept=default | xtd::collections::generic::list< xtd::ref< form > > | |
| list(size_type capacity) | xtd::collections::generic::list< xtd::ref< form > > | inlineexplicit |
| list(const xtd::collections::generic::ienumerable< xtd::ref< form > > &collection) | xtd::collections::generic::list< xtd::ref< form > > | inline |
| list(const list &list) | xtd::collections::generic::list< xtd::ref< form > > | inline |
| list(list &&list) | xtd::collections::generic::list< xtd::ref< form > > | inline |
| list(const base_type &list) | xtd::collections::generic::list< xtd::ref< form > > | inline |
| list(base_type &&list) | xtd::collections::generic::list< xtd::ref< form > > | inline |
| list(std::initializer_list< xtd::ref< form > > items) | xtd::collections::generic::list< xtd::ref< form > > | inline |
| list(input_iterator_t first, input_iterator_t last) | xtd::collections::generic::list< xtd::ref< form > > | inline |
| memberwise_clone() const | xtd::object | |
| object()=default | xtd::object | |
| operator base_type &() noexcept | xtd::collections::generic::list< xtd::ref< form > > | inline |
| operator const_base_type &() const noexcept | xtd::collections::generic::list< xtd::ref< form > > | inline |
| operator=(const list &other) -> list &=default | xtd::collections::generic::list< xtd::ref< form > > | |
| operator=(list &&other) noexcept -> list & | xtd::collections::generic::list< xtd::ref< form > > | inline |
| operator=(const std::initializer_list< xtd::ref< form > > &items) -> list & | xtd::collections::generic::list< xtd::ref< form > > | inline |
| operator[](const xtd::string &name) const -> value_type | xtd::forms::form_collection | inline |
| operator[](const xtd::string &name) -> value_type | xtd::forms::form_collection | inline |
| xtd::collections::generic::list< xtd::ref< form > >::operator[](size_type index) const -> const_reference override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| xtd::collections::generic::list< xtd::ref< form > >::operator[](size_type index) -> reference override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| pointer typedef | xtd::collections::generic::list< xtd::ref< form > > | |
| read_only_collection typedef | xtd::collections::generic::list< xtd::ref< form > > | |
| reference typedef | xtd::collections::generic::list< xtd::ref< form > > | |
| reference_equals(const object_a_t &object_a, const object_b_t &object_b) noexcept | xtd::object | inlinestatic |
| remove(const xtd::ref< form > &item) noexcept -> bool override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| remove_all(predicate_t match) -> xtd::size | xtd::collections::generic::list< xtd::ref< form > > | inline |
| remove_at(size_type index) -> void override | xtd::collections::generic::list< xtd::ref< form > > | inline |
| remove_range(size_type index, size_type count) -> void | xtd::collections::generic::list< xtd::ref< form > > | inline |
| reverse() -> list< xtd::ref< form > > & | xtd::collections::generic::list< xtd::ref< form > > | inline |
| reverse(size_type index, size_type count) -> list< xtd::ref< form > > & | xtd::collections::generic::list< xtd::ref< form > > | inline |
| size_type typedef | xtd::collections::generic::list< xtd::ref< form > > | |
| slice(size_type start, size_type length) const -> list< xtd::ref< form > > | xtd::collections::generic::list< xtd::ref< form > > | inline |
| sort() -> list< xtd::ref< form > > & | xtd::collections::generic::list< xtd::ref< form > > | inline |
| sort(xtd::comparison< const xtd::ref< form > & > comparison) -> list< xtd::ref< form > > & | xtd::collections::generic::list< xtd::ref< form > > | inline |
| sort(const xtd::collections::generic::icomparer< xtd::ref< form > > &comparer) -> list< xtd::ref< form > > & | xtd::collections::generic::list< xtd::ref< form > > | inline |
| sort(xtd::size index, xtd::size count, const xtd::collections::generic::icomparer< xtd::ref< form > > &comparer) -> list< xtd::ref< form > > & | xtd::collections::generic::list< xtd::ref< form > > | inline |
| to_array() const noexcept -> xtd::array< value_type > | xtd::collections::generic::list< xtd::ref< form > > | inline |
| to_string() const noexcept -> xtd::string override | xtd::collections::generic::list< xtd::ref< form > > | inlinevirtual |
| trim_excess() -> void | xtd::collections::generic::list< xtd::ref< form > > | inline |
| true_for_all(prediacate_t match) const -> bool | xtd::collections::generic::list< xtd::ref< form > > | inline |
| value_type typedef | xtd::collections::generic::list< xtd::ref< form > > | |