6#if !defined(__XTD_IENUMERABLE_INTERNAL__)
7#error "Do not include this file: Internal use only. Include <xtd/collections/generic/ienumerable> or <xtd/xtd/collections/generic/ienumerable.hpp> instead."
17 template <
class type_t>
35 class ienumerable_abstract {
37 template<
class type_t>
40 ienumerable_abstract() =
default;
friend class ienumerable
Exposes an enumerator, which supports a simple iteration over a non-generic collection.
Definition ienumerable_abstract.hpp:38
Exposes the enumerator, which supports a simple iteration over a collection of a specified type.
Definition ienumerable.hpp:40
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition comparer.hpp:16
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8