11 namespace collections {
35 template <
class type_t>
Internal enumarable iterators definition.
Definition enumerable_iterators.hpp:48
Provides a set of static methods for querying objects that implement ienumerable <type_t>.
Definition enumerable.hpp:32
typename xtd::linq::enumerable::ienumerable< type_t > ienumerable
Represents the ienumerable value type.
Definition enumerable.hpp:43
type_t value_type
Represents the xtd::collections::generic::ienumerable value type.
Definition ienumerable.hpp:42
typename xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >::iterator iterator
Represents the iterator of xtd::collections::generic::ienumerable value type.
Definition ienumerable.hpp:44
virtual xtd::collections::generic::enumerator< type_t > get_enumerator() const =0
Returns an enumerator that iterates through a collection.
typename xtd::collections::generic::extensions::enumerable_iterators< type_t, xtd::collections::generic::ienumerable< type_t > >::const_iterator const_iterator
Represents the const iterator of xtd::collections::generic::ienumerable value type.
Definition ienumerable.hpp:46
Represent an interface class.
Definition interface.hpp:31
Contains xtd::collections::generic::extensions::enumerable <type_t> class.
Contains xtd::collections::generic::extensions::enumerable_iterators <type_t, enumerable_t> class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Supports a simple iteration over a generic collection.
Definition enumerator.hpp:38